Compare commits
2 commits
3bd1e30f98
...
27f1c81a95
| Author | SHA1 | Date | |
|---|---|---|---|
| 27f1c81a95 | |||
|
7b03059440 |
5 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
||||||
nextcloud__version: 32
|
nextcloud__version: 32
|
||||||
# renovate: datasource=docker depName=docker.io/library/postgres
|
# renovate: datasource=docker depName=docker.io/library/postgres
|
||||||
nextcloud__postgres_version: 15.17
|
nextcloud__postgres_version: 18.3
|
||||||
nextcloud__fqdn: cloud.hamburg.ccc.de
|
nextcloud__fqdn: cloud.hamburg.ccc.de
|
||||||
nextcloud__data_dir: /data/nextcloud
|
nextcloud__data_dir: /data/nextcloud
|
||||||
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"
|
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ services:
|
||||||
- POSTGRES_DB=mailmandb
|
- POSTGRES_DB=mailmandb
|
||||||
- POSTGRES_USER=mailman
|
- POSTGRES_USER=mailman
|
||||||
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
|
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
|
||||||
image: docker.io/library/postgres:12-alpine
|
image: docker.io/library/postgres:18-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/mailman/database:/var/lib/postgresql/data
|
- /opt/mailman/database:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/postgres:15-alpine
|
image: docker.io/library/postgres:18-alpine
|
||||||
environment:
|
environment:
|
||||||
- "POSTGRES_USER=pretalx"
|
- "POSTGRES_USER=pretalx"
|
||||||
- "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"
|
- "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ map $host $upstream_acme_challenge_host {
|
||||||
c3cat.de 172.31.17.151:31820;
|
c3cat.de 172.31.17.151:31820;
|
||||||
www.c3cat.de 172.31.17.151:31820;
|
www.c3cat.de 172.31.17.151:31820;
|
||||||
staging.c3cat.de 172.31.17.151:31820;
|
staging.c3cat.de 172.31.17.151:31820;
|
||||||
|
c3dog.de 172.31.17.151:31820;
|
||||||
|
www.c3dog.de 172.31.17.151:31820;
|
||||||
ccchoir.de ccchoir.hosts.hamburg.ccc.de:31820;
|
ccchoir.de ccchoir.hosts.hamburg.ccc.de:31820;
|
||||||
www.ccchoir.de ccchoir.hosts.hamburg.ccc.de:31820;
|
www.ccchoir.de ccchoir.hosts.hamburg.ccc.de:31820;
|
||||||
cloud.hamburg.ccc.de cloud.hosts.hamburg.ccc.de:31820;
|
cloud.hamburg.ccc.de cloud.hosts.hamburg.ccc.de:31820;
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,8 @@ stream {
|
||||||
c3cat.de 172.31.17.151:8443;
|
c3cat.de 172.31.17.151:8443;
|
||||||
www.c3cat.de 172.31.17.151:8443;
|
www.c3cat.de 172.31.17.151:8443;
|
||||||
staging.c3cat.de 172.31.17.151:8443;
|
staging.c3cat.de 172.31.17.151:8443;
|
||||||
|
c3dog.de 172.31.17.151:8443;
|
||||||
|
www.c3dog.de 172.31.17.151:8443;
|
||||||
git.hamburg.ccc.de 172.31.17.154:8443;
|
git.hamburg.ccc.de 172.31.17.154:8443;
|
||||||
eh03.easterhegg.eu 172.31.17.151:8443;
|
eh03.easterhegg.eu 172.31.17.151:8443;
|
||||||
eh05.easterhegg.eu 172.31.17.151:8443;
|
eh05.easterhegg.eu 172.31.17.151:8443;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue