From 517f7a256183540ad808e936056253bbb0b2e630 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Wed, 16 Oct 2024 05:33:14 +0800 Subject: [PATCH] Etherpad: updated postgres version --- templates/compose/etherpad.yaml.j2 | 4 ++-- vars/services.yaml | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/templates/compose/etherpad.yaml.j2 b/templates/compose/etherpad.yaml.j2 index e575e4a..5a7fc5a 100644 --- a/templates/compose/etherpad.yaml.j2 +++ b/templates/compose/etherpad.yaml.j2 @@ -42,7 +42,7 @@ services: - etherpad etherpaddb: - image: postgres:16-alpine + image: postgres:17-alpine container_name: etherpaddb security_opt: - no-new-privileges @@ -63,4 +63,4 @@ services: networks: etherpad: - name: etherpad \ No newline at end of file + name: etherpad diff --git a/vars/services.yaml b/vars/services.yaml index 065bc2f..8004d77 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,10 +1,6 @@ -config: - oracle4: - - caddy - compose: - oracle4: - - caddy + oracle3: + - etherpad # ----------------------------------------------------------------------------------------------------