|
|
@@ -16,7 +16,7 @@ services:
|
|
|
SEQ_INTERP_URL: http://seq-interp:7475
|
|
|
STUB_DATA_PATH: /app/stub_data/response.json
|
|
|
volumes:
|
|
|
- - "${STUB_DATA_FILE:-C:/Users/user.LAPTOP-M7DTCFMM/Downloads/Telegram Desktop/response.json}:/app/stub_data/response.json:ro"
|
|
|
+ - "${STUB_DATA_FILE:-./services/orchestrator/stub_data/response.json}:/app/stub_data/response.json:ro"
|
|
|
restart: unless-stopped
|
|
|
healthcheck:
|
|
|
test: ["CMD", "curl", "-f", "http://localhost:1717/health"]
|