Update Postgres to 15.13

This commit is contained in:
chris 2025-05-20 20:24:29 +02:00
parent b14083302b
commit 8ff457b01e
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 2 additions and 2 deletions
inventories/chaosknoten/host_vars
resources/chaosknoten/keycloak/docker_compose

View file

@ -1,5 +1,5 @@
nextcloud__version: 30
nextcloud__postgres_version: 15.9
nextcloud__postgres_version: 15.13
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') }}"

View file

@ -46,7 +46,7 @@ services:
- "8080:8080"
db:
image: postgres:15.12
image: postgres:15.13
restart: unless-stopped
networks:
- keycloak