version: "3.8" networks: default: name: traefik services: crmx-staging: container_name: crmx-staging build: . image: registry.weko.io/cremeaux:staging restart: always labels: traefik.enable: "true" traefik.http.routers.crmx-staging.rule: "Host(`staging.${URL}`)" traefik.http.routers.crmx-staging.entrypoints: "web" com.centurylinklabs.watchtower.enable: "true" volumes: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro