Compare commits

...

2 commits

Author SHA1 Message Date
647035b45b Update docker.io/pretalx/standalone Docker tag to v2025.2.3
Some checks failed
/ Ansible Lint (push) Failing after 5s
/ Ansible Lint (pull_request) Failing after 5s
/ build (pull_request) Failing after 17s
2026-07-31 17:46:02 +00:00
5ecf70ade3 Activate old address for yate for now
Some checks failed
/ Ansible Lint (push) Failing after 5s
/ build (push) Failing after 17s
2026-07-31 19:43:37 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ _acme-challenge.light CNAME e59f55ee-9013-469d-a146-a159721b6fea.auth.
_acme-challenge.light-werkstatt CNAME f408acc0-d9f5-4525-bb01-28938e3bb7d0.auth.acmedns.hamburg.ccc.de.
;buba A 10.31.211.137
_acme-challenge.dooris CNAME 37caae1f-b77f-4eb1-aa71-dc3f7ed24360.auth.acmedns.hamburg.ccc.de.
;yate A 10.31.208.12
yate A 10.31.208.12
;staubiv2 A 10.31.210.233
prusa-mk4 A 10.31.210.4

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