From e6ab39607e18502543d55b1f38de49b27daecf3c Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 28 Mar 2022 01:26:49 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Uncommented=20the=20rest=20of=20?= =?UTF-8?q?the=20dependent=20services?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 134 ++++++++++++++++++++++----------------------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ca8a65e..28bee54 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"