From 2f859a725032326e5c892bf3803a5c4f5ecf4f41 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 28 Oct 2021 23:19:41 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Removed=20the=20network=20mode?= =?UTF-8?q?=20key=20from=20docker-compose=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7911eb3..2eeec71 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,6 @@ services: threetwo: build: context: . - network: host image: frishi/threetwo container_name: threetwo-ui env_file: ./docker-compose.env @@ -33,7 +32,6 @@ services: comicvineapi: build: context: https://github.com/rishighan/comicvine-service.git - network: host image: frishi/comicvine-service container_name: comicvine-api ports: @@ -56,7 +54,6 @@ services: comicvine: build: context: https://github.com/rishighan/comicvine-service.git - network: host image: frishi/comicvine-service container_name: comicvine-service environment: @@ -70,7 +67,6 @@ services: importapi: build: context: https://github.com/rishighan/threetwo-import-service.git - network: host image: frishi/threetwo-import-service container_name: threetwo-import-api ports: @@ -96,7 +92,6 @@ services: import: build: context: https://github.com/rishighan/threetwo-import-service.git - network: host image: frishi/threetwo-import-service container_name: import depends_on: @@ -115,7 +110,6 @@ services: imagetransformation: build: context: https://github.com/rishighan/threetwo-import-service.git - network: host image: frishi/threetwo-import-service container_name: image-transformation volumes: @@ -133,7 +127,6 @@ services: libraryqueue: build: context: https://github.com/rishighan/threetwo-import-service.git - network: host image: frishi/threetwo-import-service container_name: library-queue volumes: