Mailman service #27

Open
valberg wants to merge 9 commits from mailman into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 11b2e42637 - Show all commits

View File

@ -172,7 +172,7 @@
### Mailman containers ### ### Mailman containers ###
mailman-core: mailman-core:
image: maxking/mailman-core:0.3.11 image: maxking/mailman-core:0.4
volumes: volumes:
- "{{ mailman.volume_folder }}/core:/opt/mailman" - "{{ mailman.volume_folder }}/core:/opt/mailman"
stop_grace_period: 30s stop_grace_period: 30s
@ -196,7 +196,7 @@
external_services: external_services:
mailman-web: mailman-web:
image: maxking/mailman-web:0.3.11 image: maxking/mailman-web:0.4
depends_on: depends_on:
- database - database
links: links: