11 lines
334 B
YAML
11 lines
334 B
YAML
|
---
|
||
|
# Defines whether Vaultwarden is deployed behind a reverse proxy
|
||
|
# if so, installs the nginx config file
|
||
|
vaultwarden_reverse_proxy: true
|
||
|
|
||
|
# Subdomain to be used for the reverse proxy configuration
|
||
|
vaultwarden_subdomain: vault
|
||
|
|
||
|
# HTTP port that's both exposed by container and used by the reverse proxy
|
||
|
vaultwarden_http_port: 8888
|