- infrastructure/kong/: Kong declarative config for gateway server All service URLs use http://192.168.1.222:PORT (internal server) admin-service gets extended timeouts (300s) for large uploads - docker-compose.yml: admin-service uses MINIO_ENDPOINT=192.168.1.200:9200 Plain HTTP via Nginx internal proxy (no SSL, no extra_hosts needed) New upload path: Browser → Nginx:443 → Kong:48080 (local) → admin-service(LAN) → MinIO:9200(local) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| kong | ||
| migrations | ||
| packages | ||
| scripts | ||
| services | ||
| .dockerignore | ||
| .env.example | ||
| deploy.sh | ||
| docker-compose.yml | ||