Background

I’ve been a big fan of containerization. It has allowed me to quickly spin up a service using minimal computing resource, and take it down when I’m done while retaining the data and configuration for when I need it in the future. One of the thing I was looking for is an effortless way to secure my applications that removes the need for me to host additional servers.

Solution

I’ve found the combination of using Docker + Traefik + Oauth to be an easy way to host and secure my applications.

Deep Dive

I’ll write up how I set up my system, and what I learned. Look for it in coming weeks.