Compare commits

...

1 commit

Author SHA1 Message Date
3c74788284 Update docker.io/pretalx/standalone Docker tag to v2026
Some checks failed
/ Ansible Lint (push) Failing after 22s
/ Ansible Lint (pull_request) Failing after 22s
2026-04-29 01:02:07 +00:00

View file

@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2026.1.1
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:v2026.1.1
command:
- taskworker
restart: unless-stopped