Compare commits

..

3 commits

Author SHA1 Message Date
Alexey Skobkin 96e49a8fb5 Clarifying docs about database on the host machine. 2022-03-19 05:38:06 +03:00
Alexey Skobkin 02a3a7d8c1 Documentation regarding using the database running on the host machine. 2022-03-19 05:27:56 +03:00
Alexey Skobkin 1b6e67dba6 synapse-admin. Reconfiguring networks. 2022-03-19 05:27:56 +03:00

View file

@ -1,5 +1,10 @@
version: '3.7'
networks:
# You need to create this network manually first!
synapse:
external: true
services:
synapse:
# https://hub.docker.com/r/matrixdotorg/synapse
@ -9,6 +14,9 @@ services:
hostname: synapse
extra_hosts:
- 'host.docker.internal:host-gateway'
networks:
- default
- synapse
ports:
- "${INTERFACE_EXT:-127.0.0.1}:${HTTP_PORT_EXT:-8008}:${HTTP_PORT_INT:-8008}/tcp"
volumes: