Update docker-compose.yml

This commit is contained in:
Caleb Okpara 2022-05-13 15:58:48 +00:00 committed by GitHub
parent 49285e71f5
commit d2a4de3d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,17 @@ services:
environment:
- CLUSTER_KEY=test
- PORT=3300
helmchart:
ports:
- '3423:3423'
build:
context: .
dockerfile: ./HelmChart/Dockerfile
env_file:
- ./HelmChart/.env
environment:
- CLUSTER_KEY=test
- PORT=3423
probe-api:
ports:
- '3400:3400'