Compare commits
2 commits
d0626d9ef8
...
a6734df854
| Author | SHA1 | Date | |
|---|---|---|---|
| a6734df854 | |||
| 849f63cd1b |
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ services:
|
|||
- POSTGRES_DB=mailmandb
|
||||
- POSTGRES_USER=mailman
|
||||
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
|
||||
image: docker.io/library/postgres:12-alpine
|
||||
image: docker.io/library/postgres:13-alpine
|
||||
volumes:
|
||||
- /opt/mailman/database:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
|
@ -72,7 +72,7 @@ services:
|
|||
restart: unless-stopped
|
||||
command: ["uv", "run", "main.py", "sync"]
|
||||
environment:
|
||||
- DRY_RUN=true
|
||||
- DRY_RUN=false
|
||||
- KEYCLOAK_CLIENT_ID=mailman-sync
|
||||
- KEYCLOAK_CLIENT_SECRET={{ secret__lists__keycloak_client_secret }}
|
||||
- KEYCLOAK_REALM=ccchh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue