adding traefik network to all dockers

This commit is contained in:
mk
2026-03-12 15:40:10 -03:00
parent 52af4904da
commit edbf2fe9cf
11 changed files with 58 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ services:
timeout: 5s
retries: 3
start_period: 30s
networks:
- traefik_portal
livekit:
image: livekit/livekit-server:latest
@@ -64,3 +66,9 @@ services:
restart: unless-stopped
ports:
- "8087:80"
networks:
- traefik_portal
networks:
traefik_portal:
external: true