compose: Enable rolling updates and rollbacks on the peertube app service
This commit is contained in:
parent
fe7aace9d7
commit
95aa921e4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user