How to run Bitwarden / bitwardenrs self hosted in Docker

No objections, happy to help more people host it on K8s. I’d be interested to see the ingress definitions translated to traefik too. The difficult part was trawling through Bitwarden’s GitHub repo to see if there were any command line arguments etc. to change the port number of the .NET core services, turns out their Dockerfiles specified that environment variable so I was able to change that :slight_smile:

Initially I was going to host each container in its own pod but that looked messy with more services etc., and it didn’t make sense as I couldn’t see one particular service requiring scaling over others.