From 59672292e2cade5fab710942f3c569d0b0ab8bbd Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Thu, 5 Sep 2024 02:29:32 +0300 Subject: [PATCH] fix port --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 817b2fc..cd7c470 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,9 +4,9 @@ services: build: . command: python -u /app/app.py ports: - - "8000:8000" + - "8080:8080" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8000/inference/ETH"] + test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH"] interval: 10s timeout: 5s retries: 12 @@ -18,7 +18,7 @@ services: container_name: updater-basic-eth-pred build: . environment: - - INFERENCE_API_ADDRESS=http://inference:8000 + - INFERENCE_API_ADDRESS=http://inference:8080 command: > sh -c " while true; do