Compare commits
2 commits
f90b1a9521
...
11a8bdbdaf
| Author | SHA1 | Date | |
|---|---|---|---|
| 11a8bdbdaf | |||
|
0df667fc58 |
2 changed files with 3 additions and 3 deletions
|
|
@ -46,12 +46,12 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: docker.io/library/postgres:15.17
|
image: docker.io/library/postgres:18
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- keycloak
|
- keycloak
|
||||||
volumes:
|
volumes:
|
||||||
- "./database:/var/lib/postgresql/data"
|
- "./database:/var/lib/postgresql"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: keycloak
|
POSTGRES_USER: keycloak
|
||||||
POSTGRES_PASSWORD: {{ secret__keycloak_db_password }}
|
POSTGRES_PASSWORD: {{ secret__keycloak_db_password }}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2024.8
|
image: docker.io/pretix/standalone:2026.3
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue