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

This commit is contained in:
Simon 2025-02-11 19:12:31 +01:00
parent 292619f299
commit fffc1c1459

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: 'pretix/standalone:2024.11.0' image: 'pretix/standalone:2025.1.0'
networks: networks:
- proxy - proxy
- internal - internal
@ -25,7 +25,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.5.0+2024.11.0" - "coop-cloud.${STACK_NAME}.version=1.6.0+2025.1.0"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/healthcheck"] test: ["CMD", "curl", "-f", "http://localhost/healthcheck"]
interval: 30s interval: 30s
@ -66,7 +66,7 @@ services:
backupbot.restore.post-hook: '/pg_backup.sh restore' backupbot.restore.post-hook: '/pg_backup.sh restore'
redis: redis:
image: redis:7.0.10-alpine image: redis:7.4.2-alpine
volumes: volumes:
- "redis:/data" - "redis:/data"
healthcheck: healthcheck: