Hello,

I currently run a few services on my own hardware and I came across the following problem. Most of the time I use proxmox lxc containers and raspberry pi’s to host services and everything is connected via tailscale and my setup most of the time is: on the host

  • tailscale with permission for caddy
  • caddy reverseproxy with a Tailscale domain (xyz.mydomain.ts.net) In docker (1 service per lxc container)
  • tandoor

Is there a way that I can create a docker compose file with Tailscale, Caddy and a service?

Thank you