networks: traefik: external: true services: resume: image: git.nixc.us/nixius/lucky-ddg:production deploy: # placement: # constraints: # - node.hostname == ingress.nixc.us update_config: order: start-first # failure_action: rollback delay: 0s parallelism: 1 restart_policy: condition: on-failure labels: us.nixc.autodeploy: "true" traefik.enable: "true" traefik.http.routers.production_lucky-ddg.tls: "true" traefik.http.services.production_lucky-ddg.loadbalancer.server.port: "5000" traefik.http.routers.production_lucky-ddg.rule: "Host(`ddg.staging.nixc.us`)" traefik.http.routers.production_lucky-ddg.entrypoints: "websecure" traefik.http.routers.production_lucky-ddg.tls.certresolver: "letsencryptresolver" traefik.http.routers.production_lucky-ddg.service: "production_lucky-ddg" traefik.docker.network: "traefik" networks: traefik: