Update docker-compose.ci.yml

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

View File

@ -215,6 +215,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'