traefik/compose.host.yml
3wc 2015036dca
All checks were successful
continuous-integration/drone/push Build is passing
start-first by default, stop-first for host mode
2020-11-06 19:30:57 +02:00

19 lines
293 B
YAML

---
version: "3.8"
services:
app:
deploy:
update_config:
order: stop-first
ports:
- target: 80
published: 80
mode: host
- target: 443
published: 443
mode: host
- target: 2222
published: 2222
mode: host