the easiest blog you have ever deployed

requirements

  • a server somewhere

  • docker installed on this server

  • a domain

preparation

create a DNS entry for your blog. caddy (if you don’t know it, you will meet soon) manages SSL certificates by itself, but it needs DNS right to solve letsencrypt's challenge.

the deploy

our deploy will be split in 2 parts: one is the blog itself, this will run on docker. the other part is caddy, that in this case will run installed on the server itself, but it could very much be another docker container.

Show more