Compare commits

...

2 commits

Author SHA1 Message Date
45b268f53c Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 2m45s
/ Ansible Lint (pull_request) Successful in 2m58s
2026-08-04 07:16:12 +00:00
849f63cd1b Activate sync
All checks were successful
/ build (push) Successful in 28s
/ Ansible Lint (push) Successful in 3m21s
2026-08-04 09:13:50 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/mariadb:11
image: docker.io/library/mariadb:12
environment:
- "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"

View file

@ -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