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

@@ -8,6 +8,7 @@ services:
- 8080:8080
networks:
- frontend
- traefik_portal
volumes:
- "./datarhei-restreamer/db:/restreamer/db"
environment:
@@ -36,6 +37,10 @@ services:
ports:
- "5050:8080"
- "1935:1935"
networks:
- traefik_portal
networks:
frontend:
traefik_portal:
external: true