Compare commits

..

1 commit

Author SHA1 Message Date
6b886da2b8 Update docker.io/pretix/standalone Docker tag to v2026
All checks were successful
/ Ansible Lint (push) Successful in 12m13s
/ Ansible Lint (pull_request) Successful in 15m15s
2026-03-31 16:01:04 +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: