Compare commits

..

1 commit

Author SHA1 Message Date
4f0468846b Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (push) Successful in 3m2s
/ Ansible Lint (pull_request) Successful in 3m1s
2026-04-02 09:15:48 +00:00

View file

@ -1,13 +1,13 @@
---
services:
database:
image: docker.io/library/postgres:18-alpine
image: docker.io/library/postgres:15-alpine
environment:
- "POSTGRES_USER=pretix"
- "POSTGRES_PASSWORD={{ secret__pretix_db_password }}"
- "POSTGRES_DB=pretix"
volumes:
- database:/var/lib/postgresql
- database:/var/lib/postgresql/data
networks:
backend:
restart: unless-stopped