Compare commits

..

2 commits

Author SHA1 Message Date
ea5334d74a Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (push) Successful in 3m6s
/ Ansible Lint (pull_request) Successful in 3m7s
2026-04-02 09:30:44 +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,13 +1,13 @@
--- ---
services: services:
database: database:
image: docker.io/library/postgres:15-alpine image: docker.io/library/postgres:18-alpine
environment: environment:
- "POSTGRES_USER=pretix" - "POSTGRES_USER=pretix"
- "POSTGRES_PASSWORD={{ secret__pretix_db_password }}" - "POSTGRES_PASSWORD={{ secret__pretix_db_password }}"
- "POSTGRES_DB=pretix" - "POSTGRES_DB=pretix"
volumes: volumes:
- database:/var/lib/postgresql/data - database:/var/lib/postgresql
networks: networks:
backend: backend:
restart: unless-stopped restart: unless-stopped