Compare commits

...

1 commit

Author SHA1 Message Date
4645a2ca2c Update docker.io/pretalx/standalone Docker tag to v2025.2.3
Some checks failed
/ Ansible Lint (pull_request) Failing after 19s
/ Ansible Lint (push) Failing after 19s
2026-04-29 01:01:56 +00:00

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:v2025.2.3
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:v2025.2.3
command: command:
- taskworker - taskworker
restart: unless-stopped restart: unless-stopped