Update docker-compose.dev.yml

This commit is contained in:
Caleb Okpara 2022-05-13 16:00:06 +00:00 committed by GitHub
parent d2a4de3d79
commit 78dbdf0214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,17 @@ services:
# Use node modules of the container and not host system.
# https://stackoverflow.com/questions/29181032/add-a-volume-to-docker-but-exclude-a-sub-folder
- /usr/src/app/node_modules
helmchart:
ports:
- '3423:3423'
build:
context: .
dockerfile: ./HelmChart/Dockerfile
env_file:
- ./HelmChart/.env
environment:
- CLUSTER_KEY=test
- PORT=3423
probe-api:
ports:
- '3400:3400'