Few weeks ago, I needed something to manage easily multi-stages (dev, integration, prod) environments for a Symfony app w/ Redis and Websockets on multi docker-compose files. So every environment got these own particularities. To do…
I'll show you how-to deploy Gogs, a Git server with a webUI, wrote in Go. We'll use Docker-compose for launch Gogs and Nginx secured with HTTPS using Let's Encrypt. Gogs (Go Git Service) is a…
In this post, I'll show you how-to deploy a Nginx reverse-proxy with Let's Encrypt and SNI support for deserving multi-domains. I'll make this configuration on a Docker-based VM but you can, for sure, apply the…
In this first post, I'll show you how to deploy a LEMP Server (Linux, Nginx, MariaDB, PHP) with Docker on Debian Jessie. Why ? The advantage of use Docker in this case is that you can…