Only mount HSM related dirs when HSM is used, SC-2670
This commit is contained in:
parent
746ef65cb9
commit
3d2006f764
1 changed files with 2 additions and 0 deletions
|
@ -16,8 +16,10 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- '<%= @connector_directory %>:/etc/eidas-connector'
|
- '<%= @connector_directory %>:/etc/eidas-connector'
|
||||||
- '/etc/ssl:/etc/ssl'
|
- '/etc/ssl:/etc/ssl'
|
||||||
|
<% if @use_hsm -%>
|
||||||
- '/etc/luna/cert:/usr/safenet/lunaclient/cert'
|
- '/etc/luna/cert:/usr/safenet/lunaclient/cert'
|
||||||
- '/etc/Chrystoki.conf.d:/etc/Chrystoki.conf.d'
|
- '/etc/Chrystoki.conf.d:/etc/Chrystoki.conf.d'
|
||||||
|
<% end -%>
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "443:8443"
|
- "443:8443"
|
||||||
|
|
Loading…
Add table
Reference in a new issue