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
|
||||
|
||||
Reference in New Issue
Block a user