Deploying a piece of the Fediverse 8 days ago 12 min read fediversemastodonakkomapleromarebasedsoapboxfreebsdlinuxdockergotosocialelkmanganetwitterfacebooksocialhostingserverwebpixelfedfunkwhalepeertube The Fediverse is composed by thousands of servers (instances). I’ve started to explore the different software solutions. Here’s what I’ve found out.
Docker-ize your Services - Part 3 - docker-compose 2 years ago 2 min read dockercontainerlinuxnetworkingsecurityserverwebhosting docker-compose allows you to define a set of containers in a single file. They will be in their “namespace” and can be linked and tied together.
Docker-ize your Services - Part 2 - Web Server 2 years ago 2 min read dockertutorialcontainerhostinglinuxserverweb We can use docker both for static and dynamic websites. We have a wide choice of images - and we can even create our own.
Docker-ize your Services - Part 1 - Reverse Proxy - Nginx and Letsencrypt 2 years ago 3 min read dockercontainerlinuxnetworkingsecurityserverwebhosting What I’ll be describing now is another kind of setup, based on two containers, and it will help you to understand some of the features of Docker.
Docker-ize your services - Part 0 - Introducing Docker 2 years ago 2 min read dockercontainerlinuxservertutorial Docker has been a fundamental part of my setup for more than three years now. Day after day I tried to move as many services as possible to Docker and this was a very good move.