Compare commits
2 commits
84963cc4de
...
7c1ab814da
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c1ab814da | |||
|
7b48f1ebe7 |
2 changed files with 4 additions and 4 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:v2025.2.3
|
||||||
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:v2025.2.3
|
||||||
command:
|
command:
|
||||||
- taskworker
|
- taskworker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -75,11 +75,11 @@ endpoints:
|
||||||
conditions:
|
conditions:
|
||||||
- "[DNS_RCODE] == NOERROR"
|
- "[DNS_RCODE] == NOERROR"
|
||||||
|
|
||||||
- name: auth-dns (club-assistant.ccchh.net)
|
- name: auth-dns (pve01.ccchh.net)
|
||||||
url: "auth-dns.hamburg.ccc.de"
|
url: "auth-dns.hamburg.ccc.de"
|
||||||
<<: *services_chaosknoten_defaults
|
<<: *services_chaosknoten_defaults
|
||||||
dns:
|
dns:
|
||||||
query-name: "club-assistant.ccchh.net"
|
query-name: "pve01.ccchh.net"
|
||||||
query-type: "AAAA"
|
query-type: "AAAA"
|
||||||
conditions:
|
conditions:
|
||||||
- "[DNS_RCODE] == NOERROR"
|
- "[DNS_RCODE] == NOERROR"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue