tickets(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m13s

This commit is contained in:
June 2026-04-02 11:24:42 +02:00
commit 8945b86c85
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -1,13 +1,13 @@
---
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