https://github.com/yinheli/kungfu-docker
kungfu setup for example
https://github.com/yinheli/kungfu-docker
docker-compose kungfu proxy-server
Last synced: over 1 year ago
JSON representation
kungfu setup for example
- Host: GitHub
- URL: https://github.com/yinheli/kungfu-docker
- Owner: yinheli
- Created: 2022-09-16T10:57:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T08:47:21.000Z (over 3 years ago)
- Last Synced: 2025-02-02T05:24:35.386Z (over 1 year ago)
- Topics: docker-compose, kungfu, proxy-server
- Language: Dockerfile
- Homepage: https://github.com/yinheli/kungfu/
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kungfu docker
Run kungfu with docker
> You may not use in production environment!
## Setup
```bash
docker-compose up -d
```
### setup grafana
- grafana http://localhost:3000 (user/password: admin/admin)
config
- go `data sources` add Prometheus datasource, URL `http://localhost:9090`
- import kungfu dashboard id: [`16998`](https://grafana.com/grafana/dashboards/16998-kungfu/)
## Upgrade
Checkout which version you are running.
```bash
docker-compose run kungfu --version
```
Rebuild kungfu to use latest version
```bash
git pull
docker-compose build kungfu
docker-compose up -d
```
## Resource
- https://github.com/yinheli/kungfu/
- https://github.com/yinheli/kungfu/wiki/%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8