pad(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m20s

This commit is contained in:
June 2026-04-01 01:51:22 +02:00
commit 34958a0584
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -3,13 +3,13 @@
services: services:
database: database:
image: docker.io/library/postgres:15-alpine image: docker.io/library/postgres:18-alpine
environment: environment:
- "POSTGRES_USER=hedgedoc" - "POSTGRES_USER=hedgedoc"
- "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}" - "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
- "POSTGRES_DB=hedgedoc" - "POSTGRES_DB=hedgedoc"
volumes: volumes:
- database:/var/lib/postgresql/data - database:/var/lib/postgresql
restart: unless-stopped restart: unless-stopped
app: app: