2 Commits

Author SHA1 Message Date
92ebe077f8 update label 2025-10-11 20:55:28 +02:00
88a4f53a25 chore: update to 2025.8.0 2025-09-29 20:40:44 +00:00

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: 'pretix/standalone:2025.5.0'
image: 'pretix/standalone:2025.8.0'
networks:
- proxy
- internal
@ -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