mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
Update docker-compose.ci.yml
This commit is contained in:
parent
65d1bf8171
commit
49285e71f5
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user