add realtime url to env

This commit is contained in:
deityhub 2021-07-27 17:07:25 +01:00
parent 49713f5288
commit 7287e88099
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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'