Compare commits

...

2 commits

Author SHA1 Message Date
feaf7c97e7 Update docker.io/pretalx/standalone Docker tag to v2025.2.3
Some checks failed
/ Ansible Lint (push) Successful in 2m42s
/ Ansible Lint (pull_request) Successful in 2m32s
/ build (pull_request) Failing after 2m42s
2026-06-09 19:16:06 +00:00
ec9275cf46
add ueberwachungsfrei-kundgebung.hamburg.ccc.de domain
Some checks failed
/ build (push) Failing after 2m41s
/ Ansible Lint (push) Successful in 2m57s
2026-06-09 21:00:51 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -289,6 +289,7 @@ cpuccc IN CNAME public-reverse-proxy
did IN CNAME public-reverse-proxy
infra-docs IN CNAME public-reverse-proxy
staging.infra-docs IN CNAME public-reverse-proxy
ueberwachungsfrei-kundgebung IN CNAME public-reverse-proxy
auth.acmedns IN NS acmedns.hosts.hamburg.ccc.de.

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