🐳 Removed the network mode key from docker-compose config

This commit is contained in:
2021-10-28 23:19:41 -07:00
parent 2e5214338c
commit 2f859a7250

View File

@@ -4,7 +4,6 @@ services:
threetwo: threetwo:
build: build:
context: . context: .
network: host
image: frishi/threetwo image: frishi/threetwo
container_name: threetwo-ui container_name: threetwo-ui
env_file: ./docker-compose.env env_file: ./docker-compose.env
@@ -33,7 +32,6 @@ services:
comicvineapi: comicvineapi:
build: build:
context: https://github.com/rishighan/comicvine-service.git context: https://github.com/rishighan/comicvine-service.git
network: host
image: frishi/comicvine-service image: frishi/comicvine-service
container_name: comicvine-api container_name: comicvine-api
ports: ports:
@@ -56,7 +54,6 @@ services:
comicvine: comicvine:
build: build:
context: https://github.com/rishighan/comicvine-service.git context: https://github.com/rishighan/comicvine-service.git
network: host
image: frishi/comicvine-service image: frishi/comicvine-service
container_name: comicvine-service container_name: comicvine-service
environment: environment:
@@ -70,7 +67,6 @@ services:
importapi: importapi:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-import-service.git
network: host
image: frishi/threetwo-import-service image: frishi/threetwo-import-service
container_name: threetwo-import-api container_name: threetwo-import-api
ports: ports:
@@ -96,7 +92,6 @@ services:
import: import:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-import-service.git
network: host
image: frishi/threetwo-import-service image: frishi/threetwo-import-service
container_name: import container_name: import
depends_on: depends_on:
@@ -115,7 +110,6 @@ services:
imagetransformation: imagetransformation:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-import-service.git
network: host
image: frishi/threetwo-import-service image: frishi/threetwo-import-service
container_name: image-transformation container_name: image-transformation
volumes: volumes:
@@ -133,7 +127,6 @@ services:
libraryqueue: libraryqueue:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-import-service.git
network: host
image: frishi/threetwo-import-service image: frishi/threetwo-import-service
container_name: library-queue container_name: library-queue
volumes: volumes: