🔧 Testing something

This commit is contained in:
2022-03-28 14:38:27 -07:00
parent 7f521b8e93
commit 41e2db1aad

View File

@@ -67,26 +67,26 @@ services:
networks: networks:
- proxy - proxy
importapi: # importapi:
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: importapi # container_name: importapi
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:
@@ -97,9 +97,12 @@ services:
- db - db
- redis - redis
- elasticsearch - elasticsearch
ports:
- "3000:3000"
- "3001:3001"
environment: environment:
name: core-services name: core-services
SERVICES: library,queue,settings,search,imagetransformation SERVICES: api,library,queue,settings,search,imagetransformation
env_file: docker-compose.env env_file: docker-compose.env
volumes: volumes:
- *comics-volume - *comics-volume