Code Monkey home page Code Monkey logo

sqlfather-docker's Introduction

为了方便测试与使用,对鱼皮的sqlfather进行了打包封装

分为三个镜像ordar/sqlfather-backend、ordar/sqlfather-frontend、ordar/sqlfather-mysql

需要三个镜像配合使用,建议使用docker-compose启动。

将下面内容保存为:docker-compose.yml

然后一键启动:docker-compose up -d

version: "3.7"

services:
  backend:
    image: ordar/sqlfather-backend
    ports:
      - 8102:8102
    working_dir: /app
    depends_on:
      - mysql
      
  frontend:
    image: ordar/sqlfather-frontend
    ports:
      - 80:80
  
  mysql:
    image: ordar/sqlfather-mysql

感谢鱼皮开发并开源如此优秀的项目。

原项目地址:https://github.com/liyupi/sql-father-backend-public/

sqlfather-docker's People

Contributors

mrwq 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.