diff --git a/infra/docker/docker-compose.yml b/infra/docker/docker-compose.yml index 8cf4943..5056d8b 100644 --- a/infra/docker/docker-compose.yml +++ b/infra/docker/docker-compose.yml @@ -14,9 +14,9 @@ services: volumes: - /mnt/ssd/dbs/oo:/mnt/ssd/dbs/oo ports: - - "127.0.0.1:3001:3001" + - "127.0.0.1:3078:3078" healthcheck: - test: ["CMD", "wget", "--spider", "-q", "http://localhost:3001/health"] + test: ["CMD", "wget", "--spider", "-q", "http://localhost:3078/health"] interval: 10s timeout: 5s retries: 5 @@ -49,7 +49,7 @@ services: PORT: "3080" HOSTNAME: "0.0.0.0" NEXT_PUBLIC_API_URL: "" - INTERNAL_API_URL: "http://api:3001" + INTERNAL_API_URL: "http://api:3078" ports: - "127.0.0.1:3080:3080" depends_on: