Bitwarden Lite behind Traefik

Hello

Has anyone tried and succeeded in setting up Bitwarden Lite behind Traefik?

Thanks in advance

Yes, Bitwarden Lite can run behind Traefik, but you need to adjust the setup carefully. The Bitwarden container should listen on a non‑standard port (like 8080) while Traefik handles HTTPS termination and routing through labels in Docker Compose. Configure Traefik with proper entrypoints, certificates, and a router rule for your domain (e.g., vault.example.com). The main pitfalls are port conflicts—since Bitwarden defaults to 80/443—and ensuring your service account and firewall rules allow traffic to flow only through Traefik.