mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #763] [question] Docker image with postgres support #522
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dabde on GitHub (Dec 11, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/763
Missing postgres dockerhub image
We currently evaluate bitwarden_rs and are really happy. Currently with sqlite, but our wish is mostly using the postgres solution to use already existing written infrastructure code and maintain only one database type in our environment. But sadly, only sqlite and mysql has an image in dockerhub.
Is there any reason for not having a postgres image? Can we expect ones in near future?
thanks and kind regards
dabde
@dani-garcia commented on GitHub (Dec 11, 2019):
Well mostly to try to keep compile times down, but adding at least the x86 images seems fair enough.
I created a new image and the latest build is already available, the 1.13.0 tagged version will still take some hours.
https://hub.docker.com/r/bitwardenrs/server-postgresql
@dabde commented on GitHub (Dec 12, 2019):
Ohhh thanks, that was fast 😄