Compare commits

..

1 commit

Author SHA1 Message Date
7ceca873dd Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (push) Successful in 6m15s
/ Ansible Lint (pull_request) Successful in 7m16s
2026-03-31 16:45:58 +00:00

View file

@ -3,13 +3,13 @@
services: services:
database: database:
image: docker.io/library/postgres:18-alpine image: docker.io/library/postgres:15-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 - database:/var/lib/postgresql/data
restart: unless-stopped restart: unless-stopped
app: app: