This commit is contained in:
holzi1005 2025-06-11 09:48:24 +02:00
parent 9780936fde
commit b55803b9b2
2 changed files with 2 additions and 6 deletions

View file

@ -154,9 +154,6 @@ services:
- "traefik.http.services.livekit-ja.loadbalancer.server.port=7880" - "traefik.http.services.livekit-ja.loadbalancer.server.port=7880"
volumes: volumes:
- ./livekit/livekit.yaml:/etc/livekit.yaml - ./livekit/livekit.yaml:/etc/livekit.yaml
networks:
- external
- internal
redis-ja: redis-ja:
image: redis:7-alpine image: redis:7-alpine
hostname: redis-ja hostname: redis-ja
@ -164,8 +161,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./redis/redis.conf:/etc/redis.conf - ./redis/redis.conf:/etc/redis.conf
networks: network_mode: host
- internal
networks: networks:
external: external:

View file

@ -8,6 +8,6 @@ rtc:
use_external_ip: false use_external_ip: false
enable_loopback_candidate: false enable_loopback_candidate: false
redis: redis:
address: redis-ja:6379 address: 127.0.0.1:6379
keys: keys:
meetling: <secret> meetling: <secret>