add missing env variable to compose template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a203c2f933
commit
f5531142c1
@ -26,6 +26,7 @@ services:
|
||||
environment:
|
||||
- BITWARDENRS_DOMAIN={{ bitwardenrs_base_url }}
|
||||
- BITWARDENRS_DATABASE_URL=postgresql://{{ bitwardenrs_db_user }}:{{ bitwardenrs_db_password }}@{{ bitwardenrs_db_server }}:{{ bitwardenrs_db_port }}/{{ bitwardenrs_db_name }}?sslmode={{ bitwardenrs_db_ssl_mode }}&sslrootcert={{ bitwardenrs_db_ssl_rootcert }}
|
||||
- BITWARDENRS_WEBSOCKET_ENABLED={{ bitwardenrs_websocket_enabled }}
|
||||
{% if bitwardenrs_templates_folder is defined and bitwardenrs_templates_folder %}
|
||||
- BITWARDENRS_TEMPLATES_FOLDER={{ bitwardenrs_templates_folder }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user