All Projects → liumapp → Solo In Docker

liumapp / Solo In Docker

Licence: apache-2.0
一条命令在docker中启动solo,所有麻烦的配置全部用docker-compose编排解决。One simple command to starts solo in docker, with all troublesome configurations solved by docker-compose orchestration.

Projects that are alternatives of or similar to Solo In Docker

Kongpose
Kong and Konga (admin webapp) development setup on docker-compose
Stars: ✭ 52 (-20%)
Mutual labels:  docker-compose
Ansible Windows Docker Springboot
Example project showing how to provision, deploy, run & orchestrate Spring Boot apps with Docker Windows Containers on Docker Windows native using Packer, Powershell, Vagrant & Ansible
Stars: ✭ 58 (-10.77%)
Mutual labels:  docker-compose
Stacker Cli
Docker Compose Templates
Stars: ✭ 61 (-6.15%)
Mutual labels:  docker-compose
Docker Compose
Collection of my docker-compose.yml files
Stars: ✭ 52 (-20%)
Mutual labels:  docker-compose
Docker Taiga
Taiga services running on Docker with Docker Compose (http://taiga.io)
Stars: ✭ 54 (-16.92%)
Mutual labels:  docker-compose
Scala Graalvm Docker
Docker images to build and generate native artifacts using GraalVM
Stars: ✭ 60 (-7.69%)
Mutual labels:  docker-compose
Docker Platform
platform for all language
Stars: ✭ 50 (-23.08%)
Mutual labels:  docker-compose
Pico
Object Detection and Analysis Made easy using Raspberry Pi, Apache Kafka, AWS Rekognition & Docker
Stars: ✭ 63 (-3.08%)
Mutual labels:  docker-compose
Tiktok
Python web visualize build on the awesome web framework sanic
Stars: ✭ 55 (-15.38%)
Mutual labels:  docker-compose
Dockerize Your Dev
Docker compose a VM to get LetsEncrypt / NGINX proxy auto provisioning, ELK logging, Prometheus / Grafana monitoring, Portainer GUI, and more...
Stars: ✭ 61 (-6.15%)
Mutual labels:  docker-compose
Ohmyform
✏️ Free open source alternative to TypeForm, TellForm, or Google Forms ⛺
Stars: ✭ 1,065 (+1538.46%)
Mutual labels:  docker-compose
Dotfiles
Windows + WSL 2 Ubuntu + Windows Terminal + zsh + p10k + Docker + IntelliJ IDEA
Stars: ✭ 54 (-16.92%)
Mutual labels:  docker-compose
Cloud Portal
Self service web portal for different Cloud platforms like Azure, AWS and VMWare vSphere.
Stars: ✭ 60 (-7.69%)
Mutual labels:  docker-compose
Docker Rails React Starter
A basic docker-compose, Rails and React / Webpack starter kit
Stars: ✭ 52 (-20%)
Mutual labels:  docker-compose
Docker Magento
Mark Shust's Docker Configuration for Magento
Stars: ✭ 1,123 (+1627.69%)
Mutual labels:  docker-compose
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-20%)
Mutual labels:  docker-compose
Server Setup
Home Server Setup
Stars: ✭ 59 (-9.23%)
Mutual labels:  docker-compose
Docker Magento Mutagen
Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
Stars: ✭ 64 (-1.54%)
Mutual labels:  docker-compose
Bookstoreapp Distributed Application
Ecommerce project is being developed using Spring Boot Microservices and Spring Cloud (Backend) and React (Frontend). Splitting the Ecommerce functionality into various individual microservices so that they can be distributed, scale really well and make use of resources efficiently.
Stars: ✭ 63 (-3.08%)
Mutual labels:  docker-compose
Wordpress Docker Compose
Easy Wordpress development with Docker and Docker Compose
Stars: ✭ 1,107 (+1603.08%)
Mutual labels:  docker-compose

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补充~

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].