Compare commits

...

2 commits

Author SHA1 Message Date
aa28d30e8d Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m59s
/ Ansible Lint (push) Successful in 2m17s
2026-04-02 09:30:51 +00:00
8945b86c85
tickets(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m13s
2026-04-02 11:24:42 +02:00

View file

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