fix wrong domain variable name
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
e3907961ed
commit
0815b82ff8
@ -18,7 +18,7 @@ services:
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
environment:
|
||||
- BITWARDENRS_BASE_URL={{ bitwardenrs_base_url }}
|
||||
- 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 }}
|
||||
{% if bitwardenrs_templates_folder is defined and bitwardenrs_templates_folder %}
|
||||
- BITWARDENRS_TEMPLATES_FOLDER={{ bitwardenrs_templates_folder }}
|
||||
|
Loading…
Reference in New Issue
Block a user