Compare commits
2 commits
7968932b3d
...
61e6bd2e68
| Author | SHA1 | Date | |
|---|---|---|---|
| 61e6bd2e68 | |||
|
230da323dc |
3 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/mariadb:11
|
||||
image: docker.io/library/mariadb:12
|
||||
environment:
|
||||
- "MARIADB_DATABASE=wordpress"
|
||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||
|
|
|
|||
|
|
@ -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