Update .docker-compose.https.yml #2

Open
holzi1005 wants to merge 20 commits from holzi1005-patch-2 into main
2 changed files with 2 additions and 6 deletions
Showing only changes of commit b55803b9b2 - Show all commits

View file

@ -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:

View file

@ -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>