jcs / rubywarden

An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
ISC License
593 stars 49 forks source link

Containerize for deployment in Podman/Docker/Kubernetes #108

Closed lindgrenj6 closed 3 years ago

lindgrenj6 commented 4 years ago

This PR containerizes the application for those who like to run containers instead of running applications under different users. It also makes it easier to run since all one would have to do is run the container with a volume.

# TODO:

lindgrenj6 commented 4 years ago

@jcs got a small change here if you're interested, I containerized it myself to run on my k8s cluster, figured I'd share.

lindgrenj6 commented 3 years ago

Closing as not maintained anymore.