Setting Up Traefik

<p>In this post I&rsquo;ll show you how to set up&nbsp;<a href="https://traefik.io/traefik/" rel="noopener ugc nofollow" target="_blank">Traefik Proxy</a>&nbsp;on a cloud compute instance.</p> <p>Traefik Proxy will allow us to host multiple services under a single domain. For example, I host the following services under my personal domain:</p> <ul> <li><a href="https://www.photoprism.app/" rel="noopener ugc nofollow" target="_blank">Photoprism</a>&nbsp;(online photo album) is exposed on&nbsp;<code>https://photoprism.alexishevia.com</code></li> <li><a href="https://www.navidrome.org/" rel="noopener ugc nofollow" target="_blank">Navidrome</a>&nbsp;(music player) is exposed on&nbsp;<code>https://music.alexishevia.com</code></li> <li><a href="https://miniflux.app/" rel="noopener ugc nofollow" target="_blank">Miniflux</a>&nbsp;(RSS reader) is exposed on&nbsp;<code>https://miniflux.alexishevia.com</code></li> </ul> <p>Each of those services is running as a separate docker container inside the same compute instance.</p> <p><a href="https://medium.com/@alexishevia/setting-up-traefik-4026bda980bf"><strong>Learn More</strong></a></p>