Compare commits

...

2 commits

Author SHA1 Message Date
0f0cca3cc8 Update docker.io/pretalx/standalone Docker tag to v2026
All checks were successful
/ Ansible Lint (push) Successful in 3m2s
/ Ansible Lint (pull_request) Successful in 2m57s
2026-05-19 14:31:08 +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:v2026.1.2
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:v2026.1.2
command:
- taskworker
restart: unless-stopped