🔧 Uncommented the rest of the dependent services

This commit is contained in:
2022-03-28 01:26:49 -07:00
parent 0f9066c1f7
commit e6ab39607e

View File

@@ -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"