From 6ef3a10d0d7f9532a07863ff124b93cbe778beec Mon Sep 17 00:00:00 2001 From: vrubel Date: Fri, 2 Jan 2026 18:16:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D0=B5=D1=82=D1=8C=20npm=5Fdefault=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=B0?= =?UTF-8?q?=20Nginx=20Proxy=20Manager=20=D0=BA=20movie-search?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index ee05a93..beea84e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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