Skip to content

Commit a02d76a

Browse files
authored
remove matrix homeserver config - beyond scope of this repo
1 parent b91a3b2 commit a02d76a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

examples/docker-compose-example.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
services:
2-
synapse:
3-
image: matrixdotorg/synapse:latest
4-
container_name: synapse
5-
restart: unless-stopped
6-
ports:
7-
- "8008:8008"
8-
volumes:
9-
- /path/to/synapse/data:/data
10-
- /path/to/synapse/media_store:/media_store
11-
environment:
12-
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
13-
- SYNAPSE_SERVER_NAME=yourdomain.com
14-
# Other Synapse configurations as needed, including potgres db
152

163
rtlsdr-airband:
174
image: ghcr.io/rtl-airband/rtlsdr-airband

0 commit comments

Comments
 (0)