Compare commits
2 commits
48f49b1782
...
dca36a7eee
| Author | SHA1 | Date | |
|---|---|---|---|
| dca36a7eee | |||
|
75b7e80321 |
4 changed files with 8 additions and 5 deletions
|
|
@ -289,7 +289,6 @@ cpuccc IN CNAME public-reverse-proxy
|
|||
did IN CNAME public-reverse-proxy
|
||||
infra-docs IN CNAME public-reverse-proxy
|
||||
staging.infra-docs IN CNAME public-reverse-proxy
|
||||
ueberwachungsfrei-kundgebung IN CNAME public-reverse-proxy
|
||||
|
||||
|
||||
auth.acmedns IN NS acmedns.hosts.hamburg.ccc.de.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -87,7 +87,9 @@ map $host $upstream_acme_challenge_host {
|
|||
staging.docs.c3voc.de public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
infra-docs.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
staging.infra-docs.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
ueberwachungsfrei-kundgebung.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
ueberwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
überwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
xn--berwachungsfrei-yvb.eu public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
default "";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -110,7 +110,9 @@ stream {
|
|||
staging.docs.c3voc.de public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
infra-docs.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
staging.infra-docs.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
ueberwachungsfrei-kundgebung.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
ueberwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
überwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
xn--berwachungsfrei-yvb.eu public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue