vaultwarden/docker
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions
Improved sync speed by resolving the N+1 query issues.
Solves #1402 and Solves #1453

With this change there is just one query done to retreive all the
important data, and matching is done in-code/memory.

With a very large database the sync time went down about 3 times.

Also updated misc crates and Github Actions versions.
2022-05-06 17:01:02 +02:00
..
amd64 Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
arm64 Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
armv6 Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
armv7 Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
Dockerfile.buildx Update async to prepare for main merge 2022-02-22 20:00:33 +01:00
Dockerfile.j2 Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
Makefile Optimize release workflow. 2021-09-13 14:42:15 +02:00
README.md Multi-arch image support 2020-07-15 20:03:34 -07:00
healthcheck.sh Healthcheck fixes/optimizations 2020-03-25 20:13:36 -07:00
render_template Generate Dockerfiles from one source for maintainability. Closes #785. 2019-12-28 22:52:20 +01:00
start.sh Remove warning when compiling only with mysql and add compatibility mode with the old docker script names 2021-04-29 16:01:04 +02:00

README.md

The arch-specific directory names follow the arch identifiers used by the Docker official images:

https://github.com/docker-library/official-images/blob/master/README.md#architectures-other-than-amd64