Compare commits

...

2 commits

Author SHA1 Message Date
206e258717 Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 3m9s
/ Ansible Lint (pull_request) Successful in 2m59s
2026-08-04 07:16:08 +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
command: ["uv", "run", "main.py", "sync"]
environment:
- DRY_RUN=true
- DRY_RUN=false
- KEYCLOAK_CLIENT_ID=mailman-sync
- KEYCLOAK_CLIENT_SECRET={{ secret__lists__keycloak_client_secret }}
- KEYCLOAK_REALM=ccchh

View file

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