Use bridge network for all services
This commit is contained in:
parent
0ed4d78d19
commit
dd608ca96b
|
@ -1,8 +1,5 @@
|
|||
version: '3'
|
||||
|
||||
networks:
|
||||
main:
|
||||
|
||||
volumes:
|
||||
config:
|
||||
driver: local
|
||||
|
@ -14,8 +11,7 @@ services:
|
|||
image: fromenje/seedbox:frontend
|
||||
build: Dockerfiles/frontend
|
||||
restart: always
|
||||
networks:
|
||||
- main
|
||||
networks: bridge
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
@ -28,8 +24,7 @@ services:
|
|||
image: fromenje/seedbox:rtorrent
|
||||
build: Dockerfiles/rtorrent
|
||||
restart: always
|
||||
networks:
|
||||
- main
|
||||
networks: bridge
|
||||
ports:
|
||||
- "49161:49161"
|
||||
- "49161:49161/udp"
|
||||
|
@ -42,8 +37,7 @@ services:
|
|||
image: fromenje/seedbox:deluge
|
||||
build: Dockerfiles/deluge
|
||||
restart: always
|
||||
networks:
|
||||
- main
|
||||
networks: bridge
|
||||
ports:
|
||||
- "8112:8112"
|
||||
- "58846:58846"
|
||||
|
@ -57,8 +51,7 @@ services:
|
|||
image: fromenje/seedbox:h5ai
|
||||
build: Dockerfiles/h5ai
|
||||
restart: always
|
||||
networks:
|
||||
- main
|
||||
networks: bridge
|
||||
ports:
|
||||
- "12333:12333"
|
||||
volumes:
|
||||
|
@ -71,8 +64,7 @@ services:
|
|||
image: fromenje/seedbox:plex
|
||||
build: Dockerfiles/plex
|
||||
restart: always
|
||||
networks:
|
||||
- main
|
||||
networks: bridge
|
||||
ports:
|
||||
- "32400:32400"
|
||||
volumes:
|
||||
|
@ -85,8 +77,7 @@ services:
|
|||
image: fromenje/seedbox:sonarr
|
||||
build: Dockerfiles/sonarr
|
||||
restart: always
|
||||
networks:
|
||||
- main
|
||||
networks: bridge
|
||||
volumes:
|
||||
- config:/config
|
||||
- torrents:/torrents
|
||||
|
|
Loading…
Reference in New Issue