🔧 Refactoring docker-compose in preparation for single-source install

This commit is contained in:
2022-01-11 18:06:43 -08:00
parent ebd7891cdf
commit fe3e294584

View File

@@ -30,8 +30,8 @@ services:
comicvineapi: comicvineapi:
build: build:
context: https://github.com/rishighan/comicvine-service.git context: https://github.com/rishighan/threetwo-metadata-service.git
image: frishi/comicvine-service image: frishi/threetwo-metadata-service
container_name: comicvine-api container_name: comicvine-api
ports: ports:
- "3080:3080" - "3080:3080"
@@ -48,8 +48,8 @@ services:
comicvine: comicvine:
build: build:
context: https://github.com/rishighan/comicvine-service.git context: https://github.com/rishighan/threetwo-metadata-service.git
image: frishi/comicvine-service image: frishi/threetwo-metadata-service
container_name: comicvine-service container_name: comicvine-service
environment: environment:
SERVICES: comicvine SERVICES: comicvine
@@ -63,8 +63,8 @@ services:
importapi: importapi:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-core-service.git
image: frishi/threetwo-import-service image: frishi/threetwo-core-service
container_name: importapi container_name: importapi
ports: ports:
- "3000:3000" - "3000:3000"
@@ -83,8 +83,8 @@ services:
import: import:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-core-service.git
image: frishi/threetwo-import-service image: frishi/threetwo-core-service
container_name: import container_name: import
depends_on: depends_on:
- db - db
@@ -101,8 +101,8 @@ services:
imagetransformation: imagetransformation:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-core-service.git
image: frishi/threetwo-import-service image: frishi/threetwo-core-service
container_name: image-transformation container_name: image-transformation
volumes: volumes:
- ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata - ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata
@@ -118,8 +118,8 @@ services:
libraryqueue: libraryqueue:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-core-service.git
image: frishi/threetwo-import-service image: frishi/threetwo-core-service
container_name: library-queue container_name: library-queue
volumes: volumes:
- ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata - ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata
@@ -135,8 +135,8 @@ services:
settings: settings:
build: build:
context: https://github.com/rishighan/threetwo-import-service.git context: https://github.com/rishighan/threetwo-core-service.git
image: frishi/threetwo-import-service image: frishi/threetwo-core-service
container_name: settings container_name: settings
volumes: volumes:
- ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata - ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata