Code Monkey home page Code Monkey logo

mano's Introduction

mano

用于定期读取mongodb中存储的数据服务对应的索引表并通过发送邮件监控每日数据更新情况。

使用docker-compose部署

模板文件 docker-compose-template.yml:

version: '3'
services:
  mano:
    container_name: mano
    build: .
    image: mano
    volumes:
      # 配置文件目录
      - "./conf:/conf"
      # 日志输出目录
      - ".:/logs"
    environment:
      # mongodb地址
      MONGODB_URI: "localhost:27017"
      # db名
      DB_NAME: ""
      # 邮箱服务器地址,默认腾讯企业邮箱
      SERVER_HOST: "smtp.exmail.qq.com:465"
      # 邮箱登录用户名
      USER: ""
      # 邮箱登录密码
      PASSWORD: ""
      DEFAULT_SUBJECT: ""
      CONF_DIR: "/conf"

按模板配置文件写好compose-file后通过docker-compose启动:

docker-compose up -d --build

mano's People

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.