From 88a4f53a2564d961dec936263b71911a55202d18 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 29 Sep 2025 20:40:44 +0000 Subject: [PATCH 1/2] chore: update to 2025.8.0 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 5e5365f..2cea21c 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: 'pretix/standalone:2025.5.0' + image: 'pretix/standalone:2025.8.0' networks: - proxy - internal -- 2.49.0 From 92ebe077f8e0a7633fe536f3dbe7cb520e19f3c0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 11 Oct 2025 20:55:28 +0200 Subject: [PATCH 2/2] update label --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 2cea21c..0f927ba 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=2.1.0+2025.5.0" + - "coop-cloud.${STACK_NAME}.version=2.1.0+2025.8.0" healthcheck: test: ["CMD", "curl", "-f", "http://localhost/healthcheck"] interval: 30s -- 2.49.0