Compare commits

..

1 commit

Author SHA1 Message Date
229b337f6c Update docker.io/xenrox/ntfy-alertmanager Docker tag to v1
All checks were successful
/ Ansible Lint (push) Successful in 9m5s
/ Ansible Lint (pull_request) Successful in 11m3s
2026-03-31 16:01:06 +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: