From 0f9066c1f71938138ea5335f32f9bf1975a1d0ff Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 27 Mar 2022 23:50:37 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Updated=20docker-compose=20confi?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 140 ++++++++++++++++++++++----------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index de56778..ca8a65e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ x-comics-volume: services: threetwo: build: - context: https://github.com/rishighan/threetwo-docker-compose.git + context: https://github.com/rishighan/threetwo.git dockerfile: Dockerfile image: frishi/threetwo container_name: threetwo-ui @@ -22,8 +22,8 @@ services: ports: - "8050:8050" - "3050:3050" - links: - - importapi + # links: + # - importapi depends_on: - db - elasticsearch @@ -32,77 +32,77 @@ services: networks: - proxy - comicvineapi: - build: - context: https://github.com/rishighan/threetwo-metadata-service.git - image: frishi/threetwo-metadata-service - container_name: comicvine-api - ports: - - "3080:3080" - volumes: - - *comics-volume - - *userdata-volume - environment: - SERVICES: api - env_file: docker-compose.env - depends_on: - - redis - networks: - - proxy + # comicvineapi: + # build: + # context: https://github.com/rishighan/threetwo-metadata-service.git + # image: frishi/threetwo-metadata-service + # container_name: comicvine-api + # ports: + # - "3080:3080" + # volumes: + # - *comics-volume + # - *userdata-volume + # environment: + # SERVICES: api + # env_file: docker-compose.env + # depends_on: + # - redis + # networks: + # - proxy - comicvine: - build: - context: https://github.com/rishighan/threetwo-metadata-service.git - image: frishi/threetwo-metadata-service - container_name: comicvine-service - environment: - SERVICES: comicvine - env_file: docker-compose.env - volumes: - - *comics-volume - - *userdata-volume - networks: - - proxy + # comicvine: + # build: + # context: https://github.com/rishighan/threetwo-metadata-service.git + # image: frishi/threetwo-metadata-service + # container_name: comicvine-service + # environment: + # SERVICES: comicvine + # env_file: docker-compose.env + # volumes: + # - *comics-volume + # - *userdata-volume + # networks: + # - proxy - importapi: - build: - context: https://github.com/rishighan/threetwo-core-service.git - image: frishi/threetwo-core-service - container_name: importapi - ports: - - "3000:3000" - - "3001:3001" - environment: - SERVICES: api - env_file: docker-compose.env - volumes: - - *comics-volume - - *userdata-volume - depends_on: - - redis - - db - networks: - - proxy + # importapi: + # build: + # context: https://github.com/rishighan/threetwo-core-service.git + # image: frishi/threetwo-core-service + # container_name: importapi + # ports: + # - "3000:3000" + # - "3001:3001" + # environment: + # SERVICES: api + # env_file: docker-compose.env + # volumes: + # - *comics-volume + # - *userdata-volume + # depends_on: + # - redis + # - db + # networks: + # - proxy - core-services: - build: - context: https://github.com/rishighan/threetwo-core-service.git - image: frishi/threetwo-core-service - container_name: core-services - depends_on: - - db - - redis - - elasticsearch - environment: - name: core-services - SERVICES: library,queue,settings,search,imagetransformation - env_file: docker-compose.env - volumes: - - *comics-volume - - *userdata-volume + # core-services: + # build: + # context: https://github.com/rishighan/threetwo-core-service.git + # image: frishi/threetwo-core-service + # container_name: core-services + # depends_on: + # - db + # - redis + # - elasticsearch + # environment: + # name: core-services + # SERVICES: library,queue,settings,search,imagetransformation + # env_file: docker-compose.env + # volumes: + # - *comics-volume + # - *userdata-volume - networks: - - proxy + # networks: + # - proxy db: image: "bitnami/mongodb:latest"