Compare commits

...

2 Commits

Author SHA1 Message Date
carla 1c47909a6f chore: publish 2.7.0+2026.5.1 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-06-29 09:10:27 +02:00
carla f9e9004a50 chore: update image tags 2026-06-23 09:09:16 +02:00
+3 -3
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "pretix/standalone:2026.2.0"
image: "pretix/standalone:2026.5.1"
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.6.1+2026.2.0"
- "coop-cloud.${STACK_NAME}.version=2.7.0+2026.5.1"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/healthcheck"]
interval: 30s
@@ -72,7 +72,7 @@ services:
backupbot.restore.post-hook: "/pg_backup.sh restore"
redis:
image: redis:8.6.1-alpine
image: redis:8.8.0-alpine
volumes:
- "redis:/data"
healthcheck: