Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liumapp/solo-in-docker
一条命令在docker中启动solo,所有麻烦的配置全部用docker-compose编排解决。One simple command to starts solo in docker, with all troublesome configurations solved by docker-compose orchestration.
https://github.com/liumapp/solo-in-docker
docker docker-compose solo
Last synced: 13 days ago
JSON representation
一条命令在docker中启动solo,所有麻烦的配置全部用docker-compose编排解决。One simple command to starts solo in docker, with all troublesome configurations solved by docker-compose orchestration.
- Host: GitHub
- URL: https://github.com/liumapp/solo-in-docker
- Owner: liumapp
- License: apache-2.0
- Created: 2018-05-12T08:31:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T03:50:23.000Z (over 4 years ago)
- Last Synced: 2023-03-04T05:48:43.198Z (over 1 year ago)
- Topics: docker, docker-compose, solo
- Language: Dockerfile
- Homepage:
- Size: 77.2 MB
- Stars: 67
- Watchers: 3
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solo-in-docker
> 一条命令在docker中启动solo,所有麻烦的配置全部用docker-compose编排解决。One simple command to starts solo in docker, with all troublesome configurations solved by docker-compose orchestration.
## 1. HTTP部署
* clone项目,```cd http```进入http目录
* 按照http目录下的readme配置docker-compose,只需要修改自己的域名跟端口
* 启动,结束(启动、结束、查看日志等命令请参考http目录下的readme)
## 2. HTTPS部署
* 请自行获取ssl数字证书
* clone项目,```cd https```进入https目录
* 按照https目录下的readme配置nginx.conf与docker-compose,前者是让nginx找到证书,后者是修改自己的域名跟端口
* 启动,结束
## 3. 先部署HTTP再升级HTTPS
对于一些老用户,可能您之前用的http方式部署的项目,现在想升级到https的话,只需要做两件事情
* 按照https目录下的readme获取证书、配置
* 将老项目的mysql/data目录复制替换到https的mysql/data目录即可
## 4. 成功案例
欢迎发PR补充~
* https://www.liumapp.com/
* https://www.muyuanhuck.cn/
* https://www.gjtool.cn