From c63e1cdd046afd3427e8d190ce28049f6fcd7316 Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Mon, 18 May 2026 12:51:20 -0400 Subject: [PATCH 1/2] change deploy logic to stop-first instead of start-first --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index a7a8928..a84af49 100644 --- a/compose.yml +++ b/compose.yml @@ -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" -- 2.49.0 From e7c4999f785de997ae7a9c6ee82c0002c0991175 Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Mon, 18 May 2026 12:59:07 -0400 Subject: [PATCH 2/2] bump version number to 3.5.3 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index a84af49..b5041ed 100644 --- a/compose.yml +++ b/compose.yml @@ -87,7 +87,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: -- 2.49.0