Compare commits
2 commits
4f0468846b
...
aa28d30e8d
| Author | SHA1 | Date | |
|---|---|---|---|
| aa28d30e8d | |||
|
8945b86c85 |
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue