1 Commits

Author SHA1 Message Date
0dc4c7f70f fix: remove languages from set 2025-09-30 21:01:59 +02:00
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
export PRETIX_CONFIG_VERSION=v1
export PRETIX_CONFIG_VERSION=v2
export CRON_ENTRYPOINT_VERSION=v1
export DB_ENTRYPOINT_VERSION=v2
export PG_BACKUP_VERSION=v1

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: 'pretix/standalone:2025.8.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.1.0+2025.8.0"
- "coop-cloud.${STACK_NAME}.version=2.1.0+2025.5.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/healthcheck"]
interval: 30s

View File

@ -42,9 +42,6 @@ debug=off
location=redis://redis:6379/1
sessions=true
[languages]
enabled=en,de
[celery]
backend=redis://redis:6379/1
broker=redis://redis:6379/2