traefik/compose.headless.yml
decentral1se 21cd25f3d6
Some checks failed
continuous-integration/drone/push Build is failing
Quote and version headless
2021-06-27 20:19:04 +02:00

16 lines
438 B
YAML

---
version: "3.8"
services:
app:
deploy:
update_config:
failure_action: rollback
order: start-first
labels:
- "traefik.enable=true"
- "traefik.http.services.traefik.loadbalancer.server.port=web"
- "traefik.http.routers.traefik.entrypoints=web-secure"
- "traefik.http.routers.traefik.service=api@internal"
- "coop-cloud.${STACK_NAME}.app.version=v2.4.9-be23e1f6"