Compare commits
2 commits
c931f6eba3
...
28c0199288
| Author | SHA1 | Date | |
|---|---|---|---|
| 28c0199288 | |||
|
931afac7e0 |
3 changed files with 3 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 }}"
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ 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;
|
||||
default "";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ 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;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue