🧑🏻🔧 Fixes
This commit is contained in:
@@ -34,23 +34,23 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
metadata-api:
|
||||
build:
|
||||
context: https://github.com/rishighan/threetwo-metadata-service.git
|
||||
image: frishi/threetwo-metadata-service
|
||||
container_name: metadata-api
|
||||
ports:
|
||||
- "3080:3080"
|
||||
volumes:
|
||||
- *comics-volume
|
||||
- *userdata-volume
|
||||
environment:
|
||||
SERVICES: api
|
||||
env_file: docker-compose.env
|
||||
depends_on:
|
||||
- redis
|
||||
networks:
|
||||
- proxy
|
||||
# metadata-api:
|
||||
# build:
|
||||
# context: https://github.com/rishighan/threetwo-metadata-service.git
|
||||
# image: frishi/threetwo-metadata-service
|
||||
# container_name: metadata-api
|
||||
# ports:
|
||||
# - "3080:3080"
|
||||
# volumes:
|
||||
# - *comics-volume
|
||||
# - *userdata-volume
|
||||
# environment:
|
||||
# SERVICES: api
|
||||
# env_file: docker-compose.env
|
||||
# depends_on:
|
||||
# - redis
|
||||
# networks:
|
||||
# - proxy
|
||||
|
||||
metadata-service:
|
||||
build:
|
||||
@@ -70,32 +70,35 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
core-api:
|
||||
build:
|
||||
context: https://github.com/rishighan/threetwo-core-service.git
|
||||
image: frishi/threetwo-core-service
|
||||
container_name: core-api
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3001:3001"
|
||||
environment:
|
||||
SERVICES: api
|
||||
env_file: docker-compose.env
|
||||
volumes:
|
||||
- *comics-volume
|
||||
- *userdata-volume
|
||||
depends_on:
|
||||
- redis
|
||||
- db
|
||||
- elasticsearch
|
||||
networks:
|
||||
- proxy
|
||||
# core-api:
|
||||
# build:
|
||||
# context: https://github.com/rishighan/threetwo-core-service.git
|
||||
# image: frishi/threetwo-core-service
|
||||
# container_name: core-api
|
||||
# ports:
|
||||
# - "3000:3000"
|
||||
# - "3001:3001"
|
||||
# environment:
|
||||
# SERVICES: api
|
||||
# env_file: docker-compose.env
|
||||
# volumes:
|
||||
# - *comics-volume
|
||||
# - *userdata-volume
|
||||
# depends_on:
|
||||
# - redis
|
||||
# - db
|
||||
# - elasticsearch
|
||||
# networks:
|
||||
# - proxy
|
||||
|
||||
core-services:
|
||||
build:
|
||||
context: https://github.com/rishighan/threetwo-core-service.git
|
||||
image: frishi/threetwo-core-service
|
||||
container_name: core-services
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3001:3001"
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user