🔧 Testing consolidation of comicvine api
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user