diff --git a/roles/openvpn/templates/certificate-manager.yaml b/roles/openvpn/templates/certificate-manager.yaml index 7b07d4e..cc7120d 100644 --- a/roles/openvpn/templates/certificate-manager.yaml +++ b/roles/openvpn/templates/certificate-manager.yaml @@ -7,3 +7,5 @@ certificate-manager: - /data/certificate-manager/:/app/data/ extra_hosts: - host.docker.internal:host-gateway + environment: + - SQLITE_LOCATION=sqlite:////app/data/sqlite.db