🔧 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:
- 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
ports:
- "3080:3080"
environment:
SERVICES: comicvine
SERVICES: api,comicvine
env_file: docker-compose.env
depends_on:
- redis