forked from data.coop/ansible
Publish port for nginx to forward connections to
This commit is contained in:
parent
fef1951d57
commit
4db622313d
|
@ -57,6 +57,8 @@
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- name: matrix
|
- name: matrix
|
||||||
|
published_ports:
|
||||||
|
- "8008"
|
||||||
env:
|
env:
|
||||||
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
|
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
|
||||||
SYNAPSE_REPORT_STATS: "False"
|
SYNAPSE_REPORT_STATS: "False"
|
||||||
|
|
Loading…
Reference in a new issue