tree: 5e22768e5c9f2fe7b31ace73b19053ec52bfac8e [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
shenyu-dist/shenyu-docker-compose-dist/README.md

Run ShenYu By docker-compose

  1. Execute the install-script.
$ curl -O https://raw.githubusercontent.com/apache/shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh

$ sh ./install.sh ${version} #please replace the ${version}, such as v2.4.2 or latest
  1. Modify the configuration file.

  2. Start docker-compose

docker-compose -f ./docker-compose.yaml up -d