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