Compare commits

...

2 commits

Author SHA1 Message Date
d2948ff239 Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ Ansible Lint (push) Successful in 4m17s
/ Ansible Lint (pull_request) Successful in 4m23s
2026-04-05 00:01:10 +00:00
8630efeca6
keycloak(host): set specific Keycloak version as image also has it now
All checks were successful
/ Ansible Lint (push) Successful in 2m13s
2026-04-05 01:02:37 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
services:
keycloak:
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.5
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.5.7
pull_policy: always
restart: unless-stopped
command: start --optimized

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