Compare commits

...

2 commits

Author SHA1 Message Date
bf11a9b665 Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ Ansible Lint (push) Successful in 3m4s
/ Ansible Lint (pull_request) Successful in 2m47s
2026-05-19 14:31:02 +00:00
8a8ce7206d
add infrastructure-authorized-keys to lists host
All checks were successful
/ Ansible Lint (push) Successful in 2m48s
2026-05-19 16:27:59 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -249,6 +249,7 @@ infrastructure_authorized_keys_hosts:
www2:
www3:
auth-dns:
lists:
wiki_hosts:
hosts:
eh22-wiki:

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