Compare commits

..

1 commit

Author SHA1 Message Date
fda7e8e9a2 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ Ansible Lint (push) Successful in 12m2s
/ Ansible Lint (pull_request) Successful in 9m57s
2026-03-31 16:00:59 +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: