compose: Enable rolling updates and rollbacks on the peertube app service

This commit is contained in:
mirsal 2021-07-15 16:32:36 +00:00
parent fe7aace9d7
commit 95aa921e4e
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ services:
networks:
- internal
deploy:
update_config:
failure_action: rollback
order: start-first
labels: ['coop-cloud.${STACK_NAME}.db.version=10-alpine-131220fe']
cache:
image: redis:4-alpine