🧑🏻‍🔧 Fixes

This commit is contained in:
2022-03-29 09:10:59 -07:00
parent 12eb63b6c8
commit a1995f2219

View File

@@ -34,23 +34,23 @@ services:
networks: networks:
- proxy - proxy
metadata-api: # metadata-api:
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: metadata-api # container_name: metadata-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
metadata-service: metadata-service:
build: build:
@@ -70,32 +70,35 @@ services:
networks: networks:
- proxy - proxy
core-api: # core-api:
build: # build:
context: https://github.com/rishighan/threetwo-core-service.git # context: https://github.com/rishighan/threetwo-core-service.git
image: frishi/threetwo-core-service # image: frishi/threetwo-core-service
container_name: core-api # container_name: core-api
ports: # ports:
- "3000:3000" # - "3000:3000"
- "3001:3001" # - "3001:3001"
environment: # environment:
SERVICES: api # SERVICES: api
env_file: docker-compose.env # env_file: docker-compose.env
volumes: # volumes:
- *comics-volume # - *comics-volume
- *userdata-volume # - *userdata-volume
depends_on: # depends_on:
- redis # - redis
- db # - db
- elasticsearch # - elasticsearch
networks: # networks:
- proxy # - proxy
core-services: core-services:
build: build:
context: https://github.com/rishighan/threetwo-core-service.git context: https://github.com/rishighan/threetwo-core-service.git
image: frishi/threetwo-core-service image: frishi/threetwo-core-service
container_name: core-services container_name: core-services
ports:
- "3000:3000"
- "3001:3001"
depends_on: depends_on:
- db - db
- redis - redis