🔧 Testing consolidation of comicvine api

This commit is contained in:
2022-03-28 14:42:11 -07:00
parent 41e2db1aad
commit 549ddbe3c2

View File

@@ -33,31 +33,33 @@ services:
networks: networks:
- proxy - proxy
comicvineapi: # comicvineapi:
build: # build:
context: https://github.com/rishighan/threetwo-metadata-service.git # context: https://github.com/rishighan/threetwo-metadata-service.git
image: frishi/threetwo-metadata-service # image: frishi/threetwo-metadata-service
container_name: comicvine-api # container_name: comicvine-api
ports: # ports:
- "3080:3080" # - "3080:3080"
volumes: # volumes:
- *comics-volume # - *comics-volume
- *userdata-volume # - *userdata-volume
environment: # environment:
SERVICES: api # SERVICES: api
env_file: docker-compose.env # env_file: docker-compose.env
depends_on: # depends_on:
- redis # - redis
networks: # networks:
- proxy # - proxy
comicvine: comicvine:
build: build:
context: https://github.com/rishighan/threetwo-metadata-service.git context: https://github.com/rishighan/threetwo-metadata-service.git
image: frishi/threetwo-metadata-service image: frishi/threetwo-metadata-service
container_name: comicvine-service container_name: comicvine-service
ports:
- "3080:3080"
environment: environment:
SERVICES: comicvine SERVICES: api,comicvine
env_file: docker-compose.env env_file: docker-compose.env
depends_on: depends_on:
- redis - redis