Compare commits

..

1 commit

Author SHA1 Message Date
88decdb2a9 Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (push) Successful in 11m41s
/ Ansible Lint (pull_request) Successful in 14m10s
2026-03-31 16:01:03 +00:00

View file

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