First iteration of compose and .env file for vaultwarden.

This commit is contained in:
2023-02-21 20:46:45 +01:00
parent 96e4e659ce
commit fb23b03ce2
2 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
COMPOSE_PROJECT_NAME=vaultwarden
TOKEN="YOUR_TOKEN_HERE"
EXPOSED_PORT=8080
NDOMAIN="warden.domain.tld"
VDOMAIN="https://warden.domain.tld"
SFROM="mail@domain.tld"
SFROMNAME="Your Name"
SUSER="" # User login for Protonmail Bridge
SPASS="" # Password of the user (retrieved from inside the Protonmail Bridge container)