Selaa lähdekoodia

fix orchestrator up

spacexerq 3 viikkoa sitten
vanhempi
commit
204ada1b95
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 1
      docker-compose.yml
  2. 1 0
      services/orchestrator/stub_data/response.json

+ 1 - 1
docker-compose.yml

@@ -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"]

+ 1 - 0
services/orchestrator/stub_data/response.json

@@ -0,0 +1 @@
+[]