matrix-synapse/docker-compose.yml

17 lines
382 B
YAML
Raw Normal View History

2022-11-07 23:39:50 +05:00
version: '3.5'
services:
#########################
app:
build: .
image: git.shihaam.dev/dockerfiles/matrix-synapse
hostname: matrix-synapse
volumes:
- ./init:/root/init
- ./synapse:/root/synapse
ports:
2022-11-07 23:46:11 +05:00
- 8006:8008
2022-11-07 23:39:50 +05:00
restart: always
environment:
REPORTSTATUS: 'no'
SERVERNAME: matrix.shihaam.me