chore: publish 2.1.0+2025.5.0 release
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
carla 2025-06-12 10:44:48 +02:00
parent 1347ac8984
commit 2590fd1343

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: 'pretix/standalone:2025.1.0'
image: 'pretix/standalone:2025.5.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.0.0+2025.1.0"
- "coop-cloud.${STACK_NAME}.version=2.1.0+2025.5.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/healthcheck"]
interval: 30s
@ -67,7 +67,7 @@ services:
backupbot.restore.post-hook: '/pg_backup.sh restore'
redis:
image: redis:7.4.2-alpine
image: redis:8.0.2-alpine
volumes:
- "redis:/data"
healthcheck: