From f84b9c45fccbb0f2994fe921938787bba2a55ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ajsel=20=C5=BDili=C4=87?= <33603067+ajselzilic@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:52:07 +0200 Subject: [PATCH] (fix): remove hardcoded port from KANEO_API_URL (#397) --- blueprints/kaneo/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/kaneo/docker-compose.yml b/blueprints/kaneo/docker-compose.yml index 15cfd78e..71e60b16 100644 --- a/blueprints/kaneo/docker-compose.yml +++ b/blueprints/kaneo/docker-compose.yml @@ -24,7 +24,7 @@ services: frontend: image: ghcr.io/usekaneo/web:latest environment: - KANEO_API_URL: "http://${BACKEND_HOST}:1337" + KANEO_API_URL: "http://${BACKEND_HOST}" ports: - 5173 depends_on: