17 lines
382 B
YAML
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
|