fix(deploy): deploy -f works now #3

Merged
p4u1 merged 1 commits from fix-deploy into main 2026-03-17 22:39:42 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ services:
deploy:
update_config:
failure_action: rollback
order: start-first
order: stop-first
labels:
- "traefik.enable=true"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"

1
release/next Normal file
View File

@ -0,0 +1 @@
Gracefull shutdown is fixed. You can use deploy -f from now on instead of the undeploy/deploy workaround.