Compare commits
3 Commits
e4a3593856
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d5a76b278 | |||
| bb0f703c5a | |||
| f114d661f4 |
@@ -108,41 +108,5 @@ services:
|
||||
- "853:853/tcp"
|
||||
# - "3000:3000/tcp"
|
||||
|
||||
matrixconduit:
|
||||
image: matrixconduit/matrix-conduit:latest
|
||||
container_name: matrixconduit
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- shared_net
|
||||
ports:
|
||||
- "6167:6167"
|
||||
volumes:
|
||||
- matrixconduit_db:/var/lib/matrix-conduit/
|
||||
environment:
|
||||
- CONDUIT_SERVER_NAME=conduit.banggae.duckdns.org
|
||||
- CONDUIT_DATABASE_PATH=/var/lib/matrix-conduit/
|
||||
- CONDUIT_DATABASE_BACKEND=rocksdb
|
||||
- CONDUIT_PORT=6167
|
||||
- CONDUIT_MAX_REQUEST_SIZE=20000000
|
||||
- CONDUIT_ALLOW_REGISTRATION=true
|
||||
- CONDUIT_ALLOW_FEDERATION=true
|
||||
- CONDUIT_ALLOW_CHECK_FOR_UPDATES=true
|
||||
- CONDUIT_TRUSTED_SERVERS=["matrix.org"]
|
||||
- CONDUIT_ADDRESS=0.0.0.0
|
||||
- CONDUIT_CONFIG=
|
||||
- CONDUIT_TURN_URIS=["turn:conduit.banggae.duckdns.org?transport=udp", "turn:conduit.banggae.duckdns.org?transport=tcp"]
|
||||
- CONDUIT_TURN_SECRET=GUUac3wEmPRUPUElMKYIskvJQWWRbZx1aVGWJuNtOoepPU4ZKTxnoKITQOxIRdDZ
|
||||
|
||||
turn:
|
||||
container_name: coturn-server
|
||||
image: docker.io/coturn/coturn
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- /media/docker/coturn/coturn.conf:/etc/coturn/turnserver.conf
|
||||
|
||||
volumes:
|
||||
matrixconduit_db:
|
||||
|
||||
networks:
|
||||
shared_net:
|
||||
@@ -1,27 +0,0 @@
|
||||
# Conduit
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
homeserver:
|
||||
image: matrixconduit/matrix-conduit:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 6167:6167
|
||||
volumes:
|
||||
- db:/var/lib/matrix-conduit/
|
||||
environment:
|
||||
CONDUIT_SERVER_NAME: conduit.banggae.duckdns.org
|
||||
CONDUIT_DATABASE_PATH: /var/lib/matrix-conduit/
|
||||
CONDUIT_DATABASE_BACKEND: rocksdb
|
||||
CONDUIT_PORT: 6167
|
||||
CONDUIT_MAX_REQUEST_SIZE: 20000000 # in bytes, ~20 MB
|
||||
CONDUIT_ALLOW_REGISTRATION: 'true'
|
||||
CONDUIT_ALLOW_FEDERATION: 'true'
|
||||
CONDUIT_ALLOW_CHECK_FOR_UPDATES: 'true'
|
||||
CONDUIT_TRUSTED_SERVERS: '["matrix.org"]'
|
||||
#CONDUIT_MAX_CONCURRENT_REQUESTS: 100
|
||||
CONDUIT_ADDRESS: 0.0.0.0
|
||||
CONDUIT_CONFIG: '' # Ignore this
|
||||
|
||||
volumes:
|
||||
db:
|
||||
Reference in New Issue
Block a user