Compare commits

...

2 commits

Author SHA1 Message Date
25d10a4e4a Update docker.io/pretalx/standalone Docker tag to v2026
All checks were successful
/ build (pull_request) Successful in 32s
/ Ansible Lint (push) Successful in 3m0s
/ Ansible Lint (pull_request) Successful in 2m31s
2026-08-04 07:16:32 +00:00
849f63cd1b Activate sync
All checks were successful
/ build (push) Successful in 28s
/ Ansible Lint (push) Successful in 3m21s
2026-08-04 09:13:50 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ services:
restart: unless-stopped restart: unless-stopped
command: ["uv", "run", "main.py", "sync"] command: ["uv", "run", "main.py", "sync"]
environment: environment:
- DRY_RUN=true - DRY_RUN=false
- KEYCLOAK_CLIENT_ID=mailman-sync - KEYCLOAK_CLIENT_ID=mailman-sync
- KEYCLOAK_CLIENT_SECRET={{ secret__lists__keycloak_client_secret }} - KEYCLOAK_CLIENT_SECRET={{ secret__lists__keycloak_client_secret }}
- KEYCLOAK_REALM=ccchh - KEYCLOAK_REALM=ccchh

View file

@ -33,7 +33,7 @@ services:
- pretalx_net - pretalx_net
pretalx: pretalx:
image: docker.io/pretalx/standalone:v2025.1.0 image: docker.io/pretalx/standalone:v2026.2.1
entrypoint: gunicorn entrypoint: gunicorn
command: command:
- "pretalx.wsgi" - "pretalx.wsgi"
@ -78,7 +78,7 @@ services:
- pretalx_net - pretalx_net
celery: celery:
image: docker.io/pretalx/standalone:v2025.1.0 image: docker.io/pretalx/standalone:v2026.2.1
command: command:
- taskworker - taskworker
restart: unless-stopped restart: unless-stopped