Добавлена сеть npm_default для доступа Nginx Proxy Manager к movie-search

This commit is contained in:
vrubel 2026-01-02 18:16:03 +03:00
parent a41f1251bc
commit 6ef3a10d0d

View file

@ -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