Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6157766cf | |||
| 849f63cd1b |
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: ["uv", "run", "main.py", "sync"]
|
command: ["uv", "run", "main.py", "sync"]
|
||||||
environment:
|
environment:
|
||||||
- DRY_RUN=true
|
- DRY_RUN=false
|
||||||
- KEYCLOAK_CLIENT_ID=mailman-sync
|
- KEYCLOAK_CLIENT_ID=mailman-sync
|
||||||
- KEYCLOAK_CLIENT_SECRET={{ secret__lists__keycloak_client_secret }}
|
- KEYCLOAK_CLIENT_SECRET={{ secret__lists__keycloak_client_secret }}
|
||||||
- KEYCLOAK_REALM=ccchh
|
- KEYCLOAK_REALM=ccchh
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2026.3
|
image: docker.io/pretix/standalone:2026.7
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue