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"