Compare commits
2 commits
aa54ae5ae0
...
e3c718e86d
| Author | SHA1 | Date | |
|---|---|---|---|
| e3c718e86d | |||
|
230da323dc |
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
|
||||
nextcloud__version: 32
|
||||
# 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__data_dir: /data/nextcloud
|
||||
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_USER=mailman
|
||||
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
|
||||
image: docker.io/library/postgres:12-alpine
|
||||
image: docker.io/library/postgres:18-alpine
|
||||
volumes:
|
||||
- /opt/mailman/database:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/postgres:15-alpine
|
||||
image: docker.io/library/postgres:18-alpine
|
||||
environment:
|
||||
- "POSTGRES_USER=pretalx"
|
||||
- "POSTGRES_PASSWORD={{ secret__pretalx_db_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