Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ services:
image: nats:2.11.9
command:
- -js
restart: unless-stopped
profiles:
- runtime

Expand All @@ -137,6 +138,7 @@ services:
GRPC_HOST: 0.0.0.0
SAGITTARIUS_URL: "${AQUILA_SAGITTARIUS_URL}"
RUNTIME_TOKEN: "${AQUILA_SAGITTARIUS_TOKEN}"
restart: unless-stopped
profiles:
- runtime

Expand All @@ -150,6 +152,7 @@ services:
AQUILA_URL: 'http://aquila:8081'
NATS_URL: nats://nats:4222
DEFINITION_PATH: '/definitions'
restart: unless-stopped
profiles:
- runtime

Expand All @@ -167,6 +170,7 @@ services:
HTTP_SERVER_HOST: "0.0.0.0"
ports:
- "${DRACO_REST_PORT}:8084"
restart: unless-stopped
profiles:
- runtime

Expand All @@ -180,6 +184,7 @@ services:
NATS_URL: nats://nats:4222
NATS_BUCKET: 'flow_store'
DEFINITION_PATH: '/definitions'
restart: unless-stopped
profiles:
- runtime

Expand Down