Compare commits
2 commits
2e0f19881d
...
ac342ec044
| Author | SHA1 | Date | |
|---|---|---|---|
| ac342ec044 | |||
|
9c2fe5ea9b |
8 changed files with 6 additions and 8 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.15
|
||||
nextcloud__postgres_version: 18.1
|
||||
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') }}"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ services:
|
|||
- "8080:8080"
|
||||
|
||||
db:
|
||||
image: docker.io/library/postgres:15.15
|
||||
image: docker.io/library/postgres:18.1
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- keycloak
|
||||
|
|
|
|||
|
|
@ -56,7 +56,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=hedgedoc"
|
||||
- "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
|
||||
|
|
|
|||
|
|
@ -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 }}"
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ map $host $upstream_acme_challenge_host {
|
|||
staging.cryptoparty-hamburg.de 172.31.17.151:31820;
|
||||
staging.cryptoparty.hamburg.ccc.de 172.31.17.151:31820;
|
||||
spaceapi.ccc.de spaceapiccc.hosts.hamburg.ccc.de:31820;
|
||||
cpuccc.hamburg.ccc.de 172.31.17.151:31820;
|
||||
cpu.ccc.de 172.31.17.151:31820;
|
||||
lokal.ccc.de 172.31.17.151:31820;
|
||||
local.ccc.de 172.31.17.151:31820;
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@ stream {
|
|||
staging.cryptoparty-hamburg.de 172.31.17.151:8443;
|
||||
staging.cryptoparty.hamburg.ccc.de 172.31.17.151:8443;
|
||||
spaceapi.ccc.de spaceapiccc.hosts.hamburg.ccc.de:8443;
|
||||
cpuccc.hamburg.ccc.de 172.31.17.151:8443;
|
||||
cpu.ccc.de 172.31.17.151:8443;
|
||||
lokal.ccc.de 172.31.17.151:8443;
|
||||
local.ccc.de 172.31.17.151:8443;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/postgres:15-alpine
|
||||
image: docker.io/library/postgres:18-alpine
|
||||
environment:
|
||||
- "POSTGRES_USER=pretix"
|
||||
- "POSTGRES_PASSWORD={{ secret__pretix_db_password }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue