This commit is contained in:
DoTheEvolution
2020-05-19 00:49:18 +02:00
parent 0bf43fb10d
commit 8b29008c83
13 changed files with 25 additions and 18 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
# Bitwarden_rs in docker
###### guide by example
###### guide-by-example
![logo](https://i.imgur.com/tT3FQLJ.png)
@@ -78,7 +78,7 @@ networks:
`.env`
```bash
# GENERAL
MY_DOMAIN=blabla.org
MY_DOMAIN=example.com
DEFAULT_NETWORK=caddy_net
TZ=Europe/Bratislava
@@ -88,14 +88,14 @@ SIGNUPS_ALLOWED=false
WEBSOCKET_ENABLED=true
# USING SENDGRID FOR SENDING EMAILS
DOMAIN=https://passwd.blabla.org
DOMAIN=https://passwd.example.com
SMTP_SSL=true
SMTP_EXPLICIT_TLS=true
SMTP_HOST=smtp.sendgrid.net
SMTP_PORT=465
SMTP_USERNAME=apikey
SMTP_PASSWORD=SG.asdasdasdasdasdasd
SMTP_FROM=admin@blabla.org
SMTP_FROM=admin@example.com
```
**All containers must be on the same network**.</br>