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