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 # ----------------------------------------------------------------------------------------------------