This commit is contained in:
parent
7d4d68b466
commit
121ba748f6
@ -11,7 +11,7 @@ services:
|
||||
- {{ bitwardenrs_exposed_ip + ':' if bitwardenrs_exposed_ip is defined else '' }}{{ bitwardenrs_exposed_port }}:8080
|
||||
{% if bitwardenrs_websocket_enabled %}
|
||||
- {{ bitwardenrs_websocket_exposed_ip + ':' if bitwardenrs_websocket_exposed_ip is defined else '' }}{{ bitwardenrs_websocket_exposed_port }}:3012
|
||||
{% end %}
|
||||
{% endif %}
|
||||
volumes:
|
||||
- data:/app/data
|
||||
{% for volume in bitwardenrs_volumes_extra %}
|
||||
@ -115,7 +115,7 @@ services:
|
||||
{% for volume in bitwardenrs_ldap_volumes_extra %}
|
||||
- {{ volume }}
|
||||
{% endfor %}
|
||||
{% end %}
|
||||
{% endif %}
|
||||
environment:
|
||||
- BITWARDENRS_LDAP_BITWARDEN_URL={{ bitwardenrs_ldap_bitwarden_url }}
|
||||
- BITWARDENRS_LDAP_BITWARDEN_ADMIN_TOKEN={{ bitwardenrs_ldap_bitwarden_admin_token }}
|
||||
|
Loading…
Reference in New Issue
Block a user