adding traefik network to all dockers
This commit is contained in:
@@ -16,3 +16,9 @@ services:
|
||||
- 7359:7359/udp #optional
|
||||
- 1900:1900/udp #optional
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- traefik_portal
|
||||
|
||||
networks:
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
@@ -12,3 +12,9 @@ services:
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./music:/music:ro"
|
||||
networks:
|
||||
- traefik_portal
|
||||
|
||||
networks:
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
@@ -16,6 +16,8 @@ services:
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- nextcloud_db
|
||||
networks:
|
||||
- traefik_portal
|
||||
nextcloud_db:
|
||||
image: linuxserver/mariadb
|
||||
container_name: nextcloud_db
|
||||
@@ -30,3 +32,7 @@ services:
|
||||
volumes:
|
||||
- ./db:/config
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -18,3 +18,9 @@ services:
|
||||
ports:
|
||||
- 8200:8200
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- traefik_portal
|
||||
|
||||
networks:
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
@@ -10,6 +10,7 @@ services:
|
||||
restart: always
|
||||
networks:
|
||||
- gitea
|
||||
- traefik_portal
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
@@ -21,3 +22,5 @@ services:
|
||||
networks:
|
||||
gitea:
|
||||
external: false
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
@@ -11,3 +11,9 @@ services:
|
||||
- ./data:/data # the path before the : can be changed
|
||||
ports:
|
||||
- 8081:80 # you can replace the 11001 with your preferred port
|
||||
networks:
|
||||
- traefik_portal
|
||||
|
||||
networks:
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
@@ -25,6 +25,7 @@ services:
|
||||
networks:
|
||||
vpn_net:
|
||||
ipv4_address: 172.32.0.2
|
||||
traefik_portal:
|
||||
|
||||
traefik:
|
||||
image: traefik:v3.0
|
||||
@@ -44,3 +45,5 @@ networks:
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.32.0.0/24
|
||||
traefik_portal:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user