mirror of
https://github.com/furyhawk/api_gateway.git
synced 2026-07-21 02:06:50 +00:00
fix: update upstream base URL and port in gateway configuration
This commit is contained in:
@@ -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 .
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user