Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ INITIAL_RUNTIME_TOKEN= # can be used to create a global runtime with given token
AQUILA_SAGITTARIUS_URL=http://nginx:80
AQUILA_SAGITTARIUS_TOKEN=
DRACO_REST_PORT=8084
DRACO_REST_HOST=127.0.0.1

TAURUS_AQUILA_TOKEN=taurus
DRACO_REST_AQUILA_TOKEN=draco-rest
Expand Down
2 changes: 2 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ services:
DEFINITION_PATH: '/definitions'
HTTP_SERVER_PORT: 8084
HTTP_SERVER_HOST: "0.0.0.0"
EXTERNAL_HTTP_SERVER_PORT: "${DRACO_REST_PORT}"
EXTERNAL_HTTP_SERVER_HOST: "${DRACO_REST_HOST}"
AQUILA_TOKEN: "${DRACO_REST_AQUILA_TOKEN}"
ports:
- "${DRACO_REST_PORT}:8084"
Expand Down