guix-machines/unguix/vault0-home-rekahsoft-ca/vaultwarden.sh

12 lines
341 B
Bash

#!/usr/bin/env bash
docker run -d \
--restart unless-stopped \
--name bitwarden \
-v bitwarden:/data \
-e DOMAIN=https://vault.home.rekahsoft.ca \
-e ADMIN_TOKEN=82HHZZImGbiZ2WaOybVvIM9ug+MgGO/VhMG5t16DbwpsRrTe3jUlOD76VPUXctB5 \
-e SIGNUPS_ALLOWED=false \
-p 80:80 \
docker.nexus.home.rekahsoft.ca/vaultwarden/server:1.23.0