(fix): remove hardcoded port from KANEO_API_URL (#397)

This commit is contained in:
Ajsel Žilić
2025-09-26 04:52:07 +02:00
committed by GitHub
parent e8f4c6696e
commit f84b9c45fc

View File

@@ -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: