Compare commits

...

2 commits

Author SHA1 Message Date
75cd3c2839 Update docker.io/pretalx/standalone Docker tag to v2026
Some checks failed
/ Ansible Lint (push) Successful in 2m29s
/ Ansible Lint (pull_request) Successful in 2m25s
/ build (pull_request) Failing after 2m39s
2026-05-19 17:31:19 +00:00
fc47d119bb
docs: move guides into sub-directory
All checks were successful
/ Ansible Lint (push) Successful in 2m50s
/ build (push) Successful in 24s
Also start documenting the docs structure in home.
2026-05-19 19:24:06 +02:00
4 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# CCCHH Infrastructure Documentation
Home for CCCHH infrastructure documentation.
- **Guides**: Documentation on how to achieve various things.

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