mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-31 01:57:22 +01:00
add synapse
This commit is contained in:
19
synapse/docker-compose.yml
Normal file
19
synapse/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
synapse:
|
||||
image: matrixdotorg/synapse
|
||||
ports:
|
||||
- "8008:8008"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
environment:
|
||||
- SYNAPSE_SERVER_NAME=matrix.easypi.duckdns.org
|
||||
- SYNAPSE_HTTP_PORT=8008
|
||||
- SYNAPSE_REPORT_STATS=no
|
||||
- SYNAPSE_DATA_DIR=/data
|
||||
- SYNAPSE_CONFIG_DIR=/data
|
||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
- UID=991
|
||||
- GID=991
|
||||
- TZ=UTC
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user