Git Product home page Git Product logo

service's Introduction

各种服务

安装

git clone [email protected]:brady-wang/service.git

cd service

docker-composer up 启动 docker-compose up -d 后台启动 docker-composer down 删除 docker-composer restart 重启

配置文件

.env
docker-compose.yml 不需要的服务注释

rabbitmq

1 端口 5672

2 管理后台 http://ip:15672 admin admin

redis

1 密码 123456

elasticsearch

mysql8

1 用户名密码 root 123456

2 授权远程登录

docker exec -it docker_mysql /bin/bash mysql -uroot -p root

create user 'brady'@'%' identified by 'brady'; GRANT ALL PRIVILEGES ON . TO 'brady'@'%'; ALTER USER 'brady'@'%' IDENTIFIED WITH mysql_native_password BY 'brady'; FLUSH PRIVILEGES;

3 改变了版本后 要删除data目录下mysql原来得数据

service's People

Contributors

brady-wang 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.