Compare commits
2 commits
f533679ffa
...
206e258717
| Author | SHA1 | Date | |
|---|---|---|---|
| 206e258717 | |||
| 849f63cd1b |
2 changed files with 3 additions and 3 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
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
pretalx:
|
pretalx:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2025.2.3
|
||||||
entrypoint: gunicorn
|
entrypoint: gunicorn
|
||||||
command:
|
command:
|
||||||
- "pretalx.wsgi"
|
- "pretalx.wsgi"
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2025.2.3
|
||||||
command:
|
command:
|
||||||
- taskworker
|
- taskworker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue