fix: update upstream base URL and port in gateway configuration

This commit is contained in:
2026-06-01 10:55:45 +08:00
parent 9b43ed73cf
commit c0968b2fd1
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -74,15 +74,15 @@ check-companion-parity:
uv run python -m gateway_framework.companion --config $(GATEWAY_CONFIG_PATH) --openapi $(COMPANION_OPENAPI)
compose-up:
docker compose -f $(COMPOSE_FILE) up --build -d lta-datamall-api
$(CONTAINER_ENGINE) compose -f $(COMPOSE_FILE) up --build -d lta-datamall-api
$(MAKE) check-companion-parity CONFIG_PROFILE=container
docker compose -f $(COMPOSE_FILE) up --build -d gateway
$(CONTAINER_ENGINE) compose -f $(COMPOSE_FILE) up --build -d gateway
compose-down:
docker compose -f $(COMPOSE_FILE) down --remove-orphans
$(CONTAINER_ENGINE) compose -f $(COMPOSE_FILE) down --remove-orphans
compose-logs:
docker compose -f $(COMPOSE_FILE) logs -f
$(CONTAINER_ENGINE) compose -f $(COMPOSE_FILE) logs -f
fmt:
uv run ruff check .
+2 -2
View File
@@ -12,8 +12,8 @@ settings:
upstreams:
lta_datamall:
base_url: http://lta-datamall-api/
port: 8000
base_url: http://host.containers.internal/
port: 8068
timeout_seconds: 20
routes: