Change confirmation lifetime to 7d
All checks were successful
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 3m2s

This commit is contained in:
Stefan Bethke 2026-08-16 09:28:42 +02:00
commit 53c1801eba
3 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,7 @@
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/lists/docker_compose/compose.yaml.j2') }}"
docker_compose__configuration_files:
- name: mailman-extra.cfg
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/lists/docker_compose/mailman-extra.cfg') }}"
- name: settings_local.py
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/lists/docker_compose/settings_local.py') }}"
docker_compose__files: resources/chaosknoten/lists/docker_compose/files

View file

@ -37,6 +37,7 @@ services:
- database:database
volumes:
- /opt/mailman/web:/opt/mailman-web-data
- ./configs/mailman-extra.cfg:/opt/mailman/core/mailman-extra.cfg
- ./configs/settings_local.py:/opt/mailman-web/settings_local.py
- ./files/templates:/opt/mailman-web/templates
environment:

View file

@ -0,0 +1,6 @@
# Override Mailman configuration settings
# See https://github.com/maxking/docker-mailman#configuration
# and https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/config/docs/config.html
[mailman]
pending_request_life: 7d