livekit añadido
This commit is contained in:
@@ -12,10 +12,12 @@ services:
|
||||
- "${LIVEKIT_UDP_PORT_RANGE_START:-50000}-${LIVEKIT_UDP_PORT_RANGE_END:-50200}:${LIVEKIT_UDP_PORT_RANGE_START:-50000}-${LIVEKIT_UDP_PORT_RANGE_END:-50200}/udp"
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: 10.10.10.6
|
||||
ipv4_address: 10.10.10.10
|
||||
extra_hosts:
|
||||
- "matrix-rtc-320bd4.organic-machine.com:10.10.10.6"
|
||||
|
||||
livekit-jwt:
|
||||
image: ghcr.io/element-hq/lk-jwt-service:latest-ci
|
||||
image: ghcr.io/element-hq/lk-jwt-service:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LIVEKIT_JWT_BIND: ${LIVEKIT_JWT_BIND:-:6080}
|
||||
@@ -26,21 +28,10 @@ services:
|
||||
LIVEKIT_INSECURE_SKIP_VERIFY_TLS: ${LIVEKIT_INSECURE_SKIP_VERIFY_TLS:-false}
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: 10.10.10.7
|
||||
|
||||
matrix-rtc-proxy:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- livekit
|
||||
- livekit-jwt
|
||||
volumes:
|
||||
- ./configs/nginx/matrix-rtc-proxy.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
ports:
|
||||
- "${LIVEKIT_JWT_PORT:-6080}:80"
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: 10.10.10.9
|
||||
ipv4_address: 10.10.10.11
|
||||
extra_hosts:
|
||||
- "matrix-af2f3d.organic-machine.com:10.10.10.6"
|
||||
- "matrix-rtc-320bd4.organic-machine.com:10.10.10.6"
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user