[bitwarden] Add smtp_relay network
This commit is contained in:
parent
bd801afb08
commit
e96c9fea41
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ services:
|
|||
- LETSENCRYPT_HOST=bitwarden.jfreudenberger.de
|
||||
networks:
|
||||
- webproxy
|
||||
- smtp_relay
|
||||
|
||||
volumes:
|
||||
bitwarden-data:
|
||||
|
@ -21,3 +22,6 @@ networks:
|
|||
webproxy:
|
||||
external: true
|
||||
name: webproxy
|
||||
smtp_relay:
|
||||
external: true
|
||||
name: smtp_relay
|
||||
|
|
Loading…
Reference in a new issue