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