-first commit
This commit is contained in:
17
docker/@knowledge/setup.txt
Normal file
17
docker/@knowledge/setup.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
สร้าง network ใหม่ด้วยตัวเอง:
|
||||
docker network create kong-api-gateway
|
||||
|
||||
เริ่มระบบฐานข้อมูลก่อน
|
||||
docker compose up -d
|
||||
|
||||
สร้างตาราง (migrations)
|
||||
|
||||
docker compose run --rm kong-migrations kong migrations bootstrap
|
||||
|
||||
รัน Kong gateway
|
||||
|
||||
docker compose up -d kong
|
||||
|
||||
ตรวจสอบชื่อ container
|
||||
|
||||
docker ps
|
||||
Reference in New Issue
Block a user