refactor: move Kong config to kong/ directory

Organize infrastructure configs properly:
- nginx/ for Nginx configuration
- kong/ for Kong configuration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-09 19:34:04 -08:00
parent 2512848d6c
commit fd4f23accc
2 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ services:
kong:
condition: service_healthy
volumes:
- ./scripts/init-kong.sh:/init-kong.sh:ro
- ./kong/init-kong.sh:/init-kong.sh:ro
environment:
KONG_ADMIN_URL: http://kong:8001
command: ["/bin/sh", "/init-kong.sh"]