Compare commits

...

2 commits

Author SHA1 Message Date
83143a077c Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ Ansible Lint (push) Successful in 2m58s
/ Ansible Lint (pull_request) Successful in 3m4s
2026-04-02 09:45:46 +00:00
aa28d30e8d Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m59s
/ Ansible Lint (push) Successful in 2m17s
2026-04-02 09:30:51 +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

@ -13,7 +13,7 @@ services:
restart: unless-stopped
redis:
image: docker.io/library/redis:7.4.8
image: docker.io/library/redis:8.6.2
ports:
- "6379:6379"
volumes: