version: "3.8" networks: default: external: name: traefik services: crmx-prod: container_name: crmx-prod build: . restart: always labels: traefik.enable: "true" traefik.http.routers.crmx-prod.rule: "Host(`cremeaux.fr`)" traefik.http.routers.crmx-prod.entrypoints: "web" volumes: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro