Setting Up Traefik
<p>In this post I’ll show you how to set up <a href="https://traefik.io/traefik/" rel="noopener ugc nofollow" target="_blank">Traefik Proxy</a> 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> (online photo album) is exposed on <code>https://photoprism.alexishevia.com</code></li>
<li><a href="https://www.navidrome.org/" rel="noopener ugc nofollow" target="_blank">Navidrome</a> (music player) is exposed on <code>https://music.alexishevia.com</code></li>
<li><a href="https://miniflux.app/" rel="noopener ugc nofollow" target="_blank">Miniflux</a> (RSS reader) is exposed on <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>Click Here</strong></a></p>