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:
parent
2512848d6c
commit
fd4f23accc
|
|
@ -160,7 +160,7 @@ services:
|
||||||
kong:
|
kong:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ./scripts/init-kong.sh:/init-kong.sh:ro
|
- ./kong/init-kong.sh:/init-kong.sh:ro
|
||||||
environment:
|
environment:
|
||||||
KONG_ADMIN_URL: http://kong:8001
|
KONG_ADMIN_URL: http://kong:8001
|
||||||
command: ["/bin/sh", "/init-kong.sh"]
|
command: ["/bin/sh", "/init-kong.sh"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue