🔧 Updated docker-compose config
This commit is contained in:
@@ -14,7 +14,7 @@ x-comics-volume:
|
||||
services:
|
||||
threetwo:
|
||||
build:
|
||||
context: https://github.com/rishighan/threetwo-docker-compose.git
|
||||
context: https://github.com/rishighan/threetwo.git
|
||||
dockerfile: Dockerfile
|
||||
image: frishi/threetwo
|
||||
container_name: threetwo-ui
|
||||
@@ -22,8 +22,8 @@ services:
|
||||
ports:
|
||||
- "8050:8050"
|
||||
- "3050:3050"
|
||||
links:
|
||||
- importapi
|
||||
# links:
|
||||
# - importapi
|
||||
depends_on:
|
||||
- db
|
||||
- elasticsearch
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user