Compare commits

...

2 commits

Author SHA1 Message Date
02d986f2ca Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 2m36s
/ Ansible Lint (pull_request) Successful in 2m22s
2026-06-28 12:45:49 +00:00
9b8da29cae
auth-dns(host): update ip of xr18 in ccchh.net
All checks were successful
/ build (pull_request) Successful in 51s
/ Ansible Lint (pull_request) Successful in 2m29s
/ cleanup-staging (pull_request) Successful in 7s
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 2m30s
2026-06-28 14:24:28 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ unifi A 10.89.213.21
;
; Club-Services
;
xr18 A 172.31.200.21
xr18 A 172.31.200.29
;club-assistant AAAA 2a07:c481:1:d0::a
;;_acme-challenge.club-assistant CNAME d50ad73a-f82d-4244-87f0-6f5195b37d21.auth.acmedns.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