https://github.com/sunnywalden/yapi-dockerfile
yapi v1.7.0 in docker
https://github.com/sunnywalden/yapi-dockerfile
yapi yapi-deploy
Last synced: about 1 month ago
JSON representation
yapi v1.7.0 in docker
- Host: GitHub
- URL: https://github.com/sunnywalden/yapi-dockerfile
- Owner: sunnywalden
- License: apache-2.0
- Created: 2019-05-17T10:30:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T04:17:10.000Z (about 6 years ago)
- Last Synced: 2025-06-12T14:43:37.078Z (9 months ago)
- Topics: yapi, yapi-deploy
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yapi v1.7.0
yapi v1.7.0 docker image
## description
Yapi v1.7.0 image
## deploy
1.start your mongo docker
2.init data
3.start your yapi docker run -d --name yapi --link mongo-yapi:mongo -v /data/yapi/config.json:/api/config.json --workdir /api/vendors -p 3000:3000 sunnywalden/yapi-1.7.0:latest server/app.js
## Thanks
thanks for Anoyi's instruction for build yapi image.
[使用 alpine 版 docker 镜像快速部署 yapi] (https://www.jianshu.com/p/a97d2efb23c5)