Skip to content

Instantly share code, notes, and snippets.

@tyrm
Created March 13, 2020 21:32
Show Gist options
  • Save tyrm/9e6dcd933d857308bc8a5b4485226ccd to your computer and use it in GitHub Desktop.
Save tyrm/9e6dcd933d857308bc8a5b4485226ccd to your computer and use it in GitHub Desktop.
version: '3.3'
services:
matrix-krazy-synapse:
image: matrixdotorg/synapse:latest
#command: generate
container_name: matrix-krazy-synapse
ports:
- 8008:8008/tcp
environment:
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
- SYNAPSE_SERVER_NAME=krazy.party
- SYNAPSE_REPORT_STATS=yes
volumes:
- /opt/docker/krazy-matrix/synapse-data:/data:rw
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment