Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0244cb7be | |||
| ae314ea9b3 |
2 changed files with 4 additions and 1 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
|
|
@ -80,9 +80,12 @@ services:
|
|||
- LIST_ATTRIBUTES=chaos@lists.hamburg.ccc.de:mailinglist-chaos,intern@lists.hamburg.ccc.de:mailinglist-intern
|
||||
- MAILMAN_API_PASSWORD={{ secret__lists__rest_password }}
|
||||
- MAILMAN_API_URL=http://mailman-core:8001/3.1
|
||||
- MANUAL_SUBSCRIBER_LISTS=/manual-subscriber-lists
|
||||
image: git.hamburg.ccc.de/ccchh/mailman-subscription-sync:latest
|
||||
networks:
|
||||
mailman:
|
||||
volumes:
|
||||
- /home/chaos/mailman-manual-subscriber-lists:/manual-subscriber-lists
|
||||
|
||||
networks:
|
||||
mailman:
|
||||
|
|
|
|||
Loading…
Reference in a new issue