adding traefik network to all dockers
This commit is contained in:
@@ -55,6 +55,8 @@ services:
|
||||
- 448:443
|
||||
- 9394:9394 #optional
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- traefik_portal
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
@@ -71,3 +73,7 @@ services:
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
@@ -13,6 +13,7 @@ services:
|
||||
|
||||
networks:
|
||||
synapse_default:
|
||||
traefik_portal:
|
||||
|
||||
mautrix-discord-db:
|
||||
image: docker.io/postgres:15-alpine
|
||||
@@ -35,3 +36,5 @@ services:
|
||||
|
||||
networks:
|
||||
synapse_default:
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user