Compare commits
2 commits
75cd3c2839
...
516dedf0a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 516dedf0a6 | |||
|
8428d5a66b |
2 changed files with 4 additions and 2 deletions
|
|
@ -7,6 +7,8 @@ markdown_extensions:
|
|||
- admonition
|
||||
- attr_list
|
||||
- codehilite
|
||||
- pymdownx.superfences:
|
||||
css_class: codehilite
|
||||
|
||||
theme:
|
||||
name: shadcn
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue