change deploy logic to stop-first instead of start-first #53
@ -71,7 +71,7 @@ services:
|
||||
deploy:
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
order: start-first
|
||||
order: stop-first
|
||||
labels:
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
- "traefik.enable=true"
|
||||
@ -88,7 +88,7 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolalloworiginlist=https://${GITEA_CORS_ALLOW_DOMAIN}"
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolmaxage=100"
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true"
|
||||
|
|
||||
- coop-cloud.${STACK_NAME}.version=3.5.2+1.24.2-rootless
|
||||
- coop-cloud.${STACK_NAME}.version=3.5.3+1.24.2-rootless
|
||||
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user
i don't think you need to bump the version on the pr itself, because this will be done by the
abra recipe upgrade giteastep, and it will complain there's nothing to do@fauna for some reason I have been in a habit of making the git tags manually instead of using
abra recipe upgradebut maybe i should start using the actual tool (i think makes same result in the end though)