tickets(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m13s
All checks were successful
/ Ansible Lint (push) Successful in 2m13s
This commit is contained in:
parent
db8dfac07a
commit
8945b86c85
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue