Добавлена сеть npm_default для доступа Nginx Proxy Manager к movie-search
This commit is contained in:
parent
a41f1251bc
commit
6ef3a10d0d
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ services:
|
|||
networks:
|
||||
- torrentvideo_default
|
||||
- default
|
||||
- npm_default
|
||||
|
||||
torapi-search:
|
||||
image: lifailon/torapi:latest
|
||||
|
|
@ -34,6 +35,7 @@ services:
|
|||
networks:
|
||||
- torrentvideo_default
|
||||
- default
|
||||
- npm_default
|
||||
|
||||
torapi-qbittorrent:
|
||||
image: lifailon/torapi:latest
|
||||
|
|
@ -51,6 +53,7 @@ services:
|
|||
networks:
|
||||
- torrentvideo_default
|
||||
- default
|
||||
- npm_default
|
||||
|
||||
telegram-bot:
|
||||
build:
|
||||
|
|
@ -71,6 +74,7 @@ services:
|
|||
networks:
|
||||
- torrentvideo_default
|
||||
- default
|
||||
- npm_default
|
||||
depends_on:
|
||||
- movie-search
|
||||
- torapi-search
|
||||
|
|
@ -79,3 +83,5 @@ services:
|
|||
networks:
|
||||
torrentvideo_default:
|
||||
external: true
|
||||
npm_default:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue