fix: persist softhsm configuration

This commit is contained in:
Daniel Hougaard
2025-10-21 22:01:43 +04:00
parent 0f925cfaad
commit aa8aff9d8b
4 changed files with 27 additions and 6 deletions

View File

@@ -77,6 +77,7 @@ services:
- TELEMETRY_ENABLED=false
volumes:
- ./backend/src:/app/src
- softhsm_tokens:/etc/softhsm2/tokens # SoftHSM tokens are stored in a volume to persist across container restarts
extra_hosts:
- "host.docker.internal:host-gateway"
@@ -198,3 +199,5 @@ volumes:
ldap_data:
ldap_config:
grafana_storage:
softhsm_tokens:
driver: local