In this post I’ll show you how to set up Traefik Proxy on a cloud compute instance.
Traefik Proxy will allow us to host multiple services under a single domain. For example, I host the following services under my personal domain:
- Photoprism (online photo album) is exposed on
https://photoprism.alexishevia.com - Navidrome (music player) is exposed on
https://music.alexishevia.com - Miniflux (RSS reader) is exposed on
https://miniflux.alexishevia.com
Each of those services is running as a separate docker container inside the same compute instance.