mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
add realtime url to env
This commit is contained in:
parent
49713f5288
commit
7287e88099
@ -73,10 +73,12 @@ services:
|
||||
- CLUSTER_KEY=test
|
||||
- SCRIPT_RUNNER_URL=http://script-runner:3009
|
||||
- MONGO_URL=mongodb://mongo:27017/fyipedb
|
||||
- REALTIME_URL=http://realtime:3300
|
||||
depends_on:
|
||||
- mongo
|
||||
- script-runner
|
||||
- backend
|
||||
- realtime
|
||||
volumes:
|
||||
- ./data-ingestor:/usr/src/app
|
||||
# Use node modules of the container and not host system.
|
||||
|
@ -119,10 +119,12 @@ services:
|
||||
- CLUSTER_KEY=test
|
||||
- SCRIPT_RUNNER_URL=http://script-runner:3009
|
||||
- MONGO_URL=mongodb://mongo:27017/fyipedb
|
||||
- REALTIME_URL=http://realtime:3300
|
||||
depends_on:
|
||||
- mongo
|
||||
- script-runner
|
||||
- backend
|
||||
- realtime
|
||||
realtime:
|
||||
ports:
|
||||
- '3300:3300'
|
||||
|
Loading…
Reference in New Issue
Block a user