tree: 670ba66f1b107e1a6dec95436ff73ce4f1163518 [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