parent
b14083302b
commit
8ff457b01e
2 changed files with 2 additions and 2 deletions
inventories/chaosknoten/host_vars
resources/chaosknoten/keycloak/docker_compose
|
@ -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') }}"
|
||||
|
|
|
@ -46,7 +46,7 @@ services:
|
|||
- "8080:8080"
|
||||
|
||||
db:
|
||||
image: postgres:15.12
|
||||
image: postgres:15.13
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- keycloak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue