Compare commits

...

2 commits

Author SHA1 Message Date
516dedf0a6 Update docker.io/pretalx/standalone Docker tag to v2026
Some checks failed
/ Ansible Lint (push) Successful in 2m28s
/ build (pull_request) Failing after 2m39s
/ Ansible Lint (pull_request) Successful in 2m48s
2026-05-19 22:01:23 +00:00
8428d5a66b
docs: use pymdownx.superfences to make codeblocks in lists work properly
Some checks failed
/ Ansible Lint (push) Successful in 2m33s
/ build (push) Failing after 2m38s
2026-05-19 23:49:06 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ markdown_extensions:
- admonition
- attr_list
- codehilite
- pymdownx.superfences:
css_class: codehilite
theme:
name: shadcn

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