Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3fcc5114b | ||
|
|
bfd9b0ac19 | ||
|
|
7bc812c7bb | ||
|
|
5544fb7d7c | ||
|
|
c0062ec5e1 |
+3
-3
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "pretix/standalone:2026.5.1"
|
||||
image: "pretix/standalone:2026.7.0"
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
@@ -31,7 +31,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.7.0+2026.5.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.8.0+2026.7.0"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost/healthcheck"]
|
||||
interval: 30s
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
backupbot.restore.post-hook: "/pg_backup.sh restore"
|
||||
|
||||
redis:
|
||||
image: redis:8.8.0-alpine
|
||||
image: redis:8.10.1-alpine
|
||||
volumes:
|
||||
- "redis:/data"
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user