Building a full home server – easy and effectively running 10+ services with Docker and Docker-compose
To host services on your own server you need a simple way of running them. A great combination here is Docker and docker-compose for running your services. After some initial setup this combination is very simple to use, easy to extend and really powerful. This is how I run my Read more…