Compare commits
2 Commits
6dba2bf524
...
f8dbddbb32
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8dbddbb32 | ||
|
|
e498f6abed |
21
compose_files/coturn.yml
Normal file
21
compose_files/coturn.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
coturn:
|
||||
image: instrumentisto/coturn
|
||||
container_name: coturn
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3478:3478" # STUN/TURN TCP
|
||||
- "3478:3478/udp" # STUN/TURN UDP
|
||||
- "5349:5349" # TLS (optional)
|
||||
- "5349:5349/udp"
|
||||
command:
|
||||
- -n
|
||||
- --log-file=stdout
|
||||
- --lt-cred-mech
|
||||
- --use-auth-secret
|
||||
- --static-auth-secret=87203923adb2bfa8efd6134c51bc564d24212af164e3fe1ad73d141cfd5ccef6
|
||||
- --realm=matrix.egonetix.de
|
||||
- --no-cli
|
||||
- --no-tcp-relay
|
||||
- --no-multicast-peers
|
||||
|
||||
10
compose_files/element.yml
Normal file
10
compose_files/element.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
element-web:
|
||||
image: vectorim/element-web:latest
|
||||
container_name: element-web
|
||||
volumes:
|
||||
- /home/icke/element/config.json:/app/config.json:ro
|
||||
ports:
|
||||
- "8097:80"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user