mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-11 23:05:04 +00:00
Change Dockerfiles to make the AMD image multidb
This commit is contained in:
parent
0365b7c6a4
commit
4c324e1160
17 changed files with 50 additions and 872 deletions
|
@ -11,16 +11,11 @@ arches=(
|
|||
|
||||
case "${DOCKER_REPO}" in
|
||||
*-mysql)
|
||||
db=mysql
|
||||
arches=(amd64)
|
||||
;;
|
||||
*-postgresql)
|
||||
db=postgresql
|
||||
arches=(amd64)
|
||||
;;
|
||||
*)
|
||||
db=sqlite
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ "${DOCKER_TAG}" == *alpine ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue