Skip to content
Snippets Groups Projects
Commit 3e35ca8e authored by ale's avatar ale
Browse files

Set APACHE_HOST in mailman containers

parent 38c7d0d0
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,7 @@ noise:
- /var/lib/mailman-noise: /data
env:
DOMAIN: "{{ domain }}"
APACHE_HOST: "noise.{{ domain }}"
APACHE_PORT: 6897
API_PORT: 6888
public_endpoints:
......@@ -160,6 +161,7 @@ mailman:
env:
DOMAIN: "{{ domain }}"
SHARD_ID: "{{ shard_id | default('') }}"
APACHE_HOST: "{{ shard_id | default('') }}.mailman.{{ domain }}"
APACHE_PORT: 8087
API_PORT: 6088
resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment