Compare commits

...

2 commits

Author SHA1 Message Date
99064572dc Update docker.io/pretalx/standalone Docker tag to v2025.2.3
Some checks failed
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Failing after 2m29s
/ Ansible Lint (pull_request) Failing after 2m27s
2026-07-05 08:46:15 +00:00
81b16a04cb Explain why this is necessary
Some checks failed
/ build (push) Successful in 48s
/ Ansible Lint (push) Failing after 2m42s
2026-07-05 10:40:29 +02:00
2 changed files with 4 additions and 3 deletions

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

View file

@ -2,7 +2,8 @@
#
# Update the transmission settings.json. For the update, stop transmission,
# put the new file in place, and restart it.
# put the new file in place, and restart it. This is necessary because
# transmission is constantly rewriting the settings file while it is running.
#
set -e