Tear down after new container gets deployed

This commit is contained in:
Luke Murphy 2020-06-22 18:49:03 +02:00
parent cc17cb6493
commit d587bb29cb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

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