Compare commits
2 commits
dca36a7eee
...
8216da7e0a
| Author | SHA1 | Date | |
|---|---|---|---|
| 8216da7e0a | |||
| 5f7b0c9449 |
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
pretalx:
|
pretalx:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2026.1.2
|
||||||
entrypoint: gunicorn
|
entrypoint: gunicorn
|
||||||
command:
|
command:
|
||||||
- "pretalx.wsgi"
|
- "pretalx.wsgi"
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2026.1.2
|
||||||
command:
|
command:
|
||||||
- taskworker
|
- taskworker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ endpoints:
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||||
- "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg.*)"
|
- "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg:*)"
|
||||||
|
|
||||||
- name: spaceapi.ccc.de
|
- name: spaceapi.ccc.de
|
||||||
url: "https://spaceapi.ccc.de"
|
url: "https://spaceapi.ccc.de"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue