Pinned PostgreSQL to v16.6
This commit is contained in:
parent
5aac0ef5a9
commit
bc7fb3eaf3
@ -3,4 +3,4 @@
|
||||
- name: Deploy
|
||||
include_tasks: "{{ item }}"
|
||||
loop:
|
||||
- lemmy.yaml
|
||||
- nextcloud.yaml
|
||||
|
@ -57,6 +57,8 @@
|
||||
cronjob:
|
||||
enabled: true
|
||||
redis:
|
||||
#global:
|
||||
#defaultStorageClass: r720-nfs-client
|
||||
enabled: true
|
||||
auth:
|
||||
password: "{{ redis_auth_password }}"
|
||||
@ -109,6 +111,8 @@
|
||||
database: nextcloud
|
||||
postgresql:
|
||||
enabled: true
|
||||
image:
|
||||
tag: 16.6.0-debian-12-r2
|
||||
global:
|
||||
postgresql:
|
||||
auth:
|
||||
|
Loading…
Reference in New Issue
Block a user