Compare commits

...

2 commits

Author SHA1 Message Date
b7f40ec142 Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ Ansible Lint (push) Successful in 3m1s
/ Ansible Lint (pull_request) Successful in 3m3s
2026-04-02 09:15:42 +00:00
db8dfac07a Update docker.io/pretix/standalone Docker tag to v2026
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m54s
/ Ansible Lint (push) Successful in 2m22s
2026-04-01 23:47:03 +00:00
2 changed files with 3 additions and 3 deletions

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

View file

@ -25,7 +25,7 @@ services:
backend:
pretix:
image: docker.io/pretix/standalone:2024.8
image: docker.io/pretix/standalone:2026.3
command: ["all"]
ports:
- "8345:80"