update
This commit is contained in:
parent
9780936fde
commit
b55803b9b2
2 changed files with 2 additions and 6 deletions
|
@ -154,9 +154,6 @@ services:
|
|||
- "traefik.http.services.livekit-ja.loadbalancer.server.port=7880"
|
||||
volumes:
|
||||
- ./livekit/livekit.yaml:/etc/livekit.yaml
|
||||
networks:
|
||||
- external
|
||||
- internal
|
||||
redis-ja:
|
||||
image: redis:7-alpine
|
||||
hostname: redis-ja
|
||||
|
@ -164,8 +161,7 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./redis/redis.conf:/etc/redis.conf
|
||||
networks:
|
||||
- internal
|
||||
network_mode: host
|
||||
|
||||
networks:
|
||||
external:
|
||||
|
|
|
@ -8,6 +8,6 @@ rtc:
|
|||
use_external_ip: false
|
||||
enable_loopback_candidate: false
|
||||
redis:
|
||||
address: redis-ja:6379
|
||||
address: 127.0.0.1:6379
|
||||
keys:
|
||||
meetling: <secret>
|
||||
|
|
Loading…
Add table
Reference in a new issue