1、Gravitee.io API管理平台简介
Gravitee.io API管理是一种灵活,轻便且快速的开源解决方案,可帮助您的组织控制用户,何时以及如何访问您的API。轻松管理API的生命周期。
2、部署
Download docker-compose file,因为是国外的网站,很不稳定,我直接复制到下面,参考下面的docker-compose
$ curl -L https://raw.githubusercontent.com/gravitee-io/gravitee-docker/master/apim/3.x/docker-compose.yml -o "docker-compose.yml"
# (Optional step: pull to ensure that you are running latest images)
$ docker-compose pull
# And run...
$ docker-compose up
$ cat docker-compose.yml #参考这里
# Copyright (C) 2015 The Gravitee team (http://gravitee.io)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under th