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:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.3
|
||||
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:v2025.2.3
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -83,6 +83,8 @@ map $host $upstream_acme_challenge_host {
|
|||
local.ccc.de 172.31.17.151:31820;
|
||||
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de: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 "";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -106,6 +106,8 @@ stream {
|
|||
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:8443;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue