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:80 restart: always environment: REPORTSTATUS: 'no' SERVERNAME: matrix.shihaam.me