Compare commits
2 commits
41d9383a30
...
09f901095c
| Author | SHA1 | Date | |
|---|---|---|---|
| 09f901095c | |||
|
230da323dc |
3 changed files with 6 additions and 2 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
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,8 @@ map $host $upstream_acme_challenge_host {
|
||||||
local.ccc.de 172.31.17.151:31820;
|
local.ccc.de 172.31.17.151:31820;
|
||||||
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:31820;
|
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:31820;
|
||||||
diday.org 172.31.17.151:31820;
|
diday.org 172.31.17.151:31820;
|
||||||
|
docs.c3voc.de 172.31.17.151:31820;
|
||||||
|
staging.docs.c3voc.de 172.31.17.151:31820;
|
||||||
default "";
|
default "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,8 @@ stream {
|
||||||
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:8443;
|
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:8443;
|
||||||
diday.org 172.31.17.151:8443;
|
diday.org 172.31.17.151:8443;
|
||||||
*.staging.diday.org 172.31.17.151:8443;
|
*.staging.diday.org 172.31.17.151:8443;
|
||||||
|
docs.c3voc.de 172.31.17.151:8443;
|
||||||
|
staging.docs.c3voc.de 172.31.17.151:8443;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue