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