apisix docker 安装

打印 上一主题 下一主题

主题 785|帖子 785|积分 2355

  1. git clone https://github.com/apache/apisix-docker.git
  2. cd apisix-docker/example
  3. nano docker-compose
  4. ========================主要修改这里===============================
  5. ETCD_ADVERTISE_CLIENT_URLS: "http://192.168.31.160:2379"
  6. ===================================================================
  7. docker compose -p docker-apisix up -d
  8. #安装apisix-dashboard
  9. docker pull apache/apisix-dashboard
  10. nano /root/conf.yaml
  11. ===================================================================
  12. conf:
  13.   listen:
  14.     host: 0.0.0.0   # the address on which the `Manager API` should listen.
  15.                     # The default value is 0.0.0.0, if want to specify, please enable it.
  16.                     # This value accepts IPv4, IPv6, and hostname.
  17.     port: 9000      # The port on which the `Manager API` should listen.
  18.   allow_list:       # If we don't set any IP list, then any IP access is allowed by default.
  19.   etcd:
  20.     endpoints:      # supports defining multiple etcd host addresses for an etcd cluster
  21.       - 192.168.31.160:2379 # etcd install ip
  22. authentication:
  23.   secret:
  24.     zQ5w5jkLDh3jZpywJ3sskrw6Yv633ruq
  25.   expire_time: 3600     # jwt token expire time, in second
  26.   users:                # yamllint enable rule:comments-indentation
  27.     - username: admin       # dashboard login infomation
  28.       password: admin
  29. ===================================================================
  30. cd /
  31. docker run -d --name dashboard -p 9001:9000 -v /root/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml apache/apisix-dashboard
复制代码
 

欣赏器输入:http://192.168.31.160:9001/




免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

八卦阵

金牌会员
这个人很懒什么都没写!

标签云

快速回复 返回顶部 返回列表