matrix-synapse/docker-compose.yml
2022-11-07 23:46:11 +05:00

17 lines
382 B
YAML

version: '3.5'
services:
#########################
app:
build: .
image: git.shihaam.dev/dockerfiles/matrix-synapse
hostname: matrix-synapse
volumes:
- ./init:/root/init
- ./synapse:/root/synapse
ports:
- 8006:8008
restart: always
environment:
REPORTSTATUS: 'no'
SERVERNAME: matrix.shihaam.me