Git Product home page Git Product logo

butterfly-monitor's Introduction

  1. mysql docker run -itd -p 3306:3306 --net mynet --ip 172.18.0.10 -e MYSQL_ROOT_PASSWORD=root -v C:\develop\docker\mysql:/var/lib/mysql --name mysql mysql:5.7

  2. influxdb docker run -itd --name=influxdb --net mynet --ip 172.18.0.11 -p 8086:8086 -p 8083:8083 -v C:\develop\docker\influxdb:/var/lib/influxdb influxdb:1.8.9

show retention policies create database monitor create retention policy "expire_half_year" on "monitor" duration 25w replication 1 default CREATE RETENTION POLICY "expire_30d" ON "monitor" DURATION 30d REPLICATION 1

  1. grafana docker run -itd --name=grafana --net mynet --ip 172.18.0.12 -p 3000:3000 grafana/grafana:8.1.3

  2. xxl docker run -it --net mynet --ip 172.18.0.13 -e PARAMS="--spring.datasource.url=jdbc:mysql://mysql:3306/xxl_job?Unicode=true&characterEncoding=UTF-8 --spring.datasource.username=root --spring.datasource.password=root" -p 8080:8080 --name xxl --restart=always -d xuxueli/xxl-job-admin:2.3.0

  3. spider docker build -t spider . docker run -itd -p 8081:8081 --net mynet --ip 172.18.0.14 --name spider spider

  4. spider_admin docker build -t spider_admin . docker run -itd --net mynet --ip 172.18.0.15 -p 8082:80 -e NGINX_UPSTREAM="server 172.18.0.14:8081;" --name spider_admin spider_admin

butterfly-monitor's People

Watchers

peng wei avatar

Forkers

shanghaif

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.