Guest User

Untitled

a guest
Feb 15th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. ⚡ tkerkhove@tomkerkhove C:\kong-on-azure
  2. ❯ az container create --name kong-gateway /
  3. --dns-name-label kong-gateway /
  4. --resource-group kong-sandbox /
  5. --image kong:latest /
  6. --port 8000 8443 8001 8444 /
  7. --environment-variables KONG_PG_HOST="<instance-name>.postgres.database.azure.com" /
  8. KONG_PG_USER="<username>" /
  9. KONG_PG_PASSWORD="<password>" /
  10. KONG_PROXY_ACCESS_LOG="/dev/stdout" /
  11. KONG_ADMIN_ACCESS_LOG="/dev/stdout" /
  12. KONG_PROXY_ERROR_LOG="/dev/stderr" /
  13. KONG_ADMIN_ERROR_LOG="/dev/stderr" /
  14. KONG_ADMIN_LISTEN="0.0.0.0:8001, 0.0.0.0:8444 ssl"
Add Comment
Please, Sign In to add comment