Skip to content

Run with Singularity

Cédric Clerget edited this page Feb 8, 2021 · 1 revision

Run with Singularity

You can run your server as a regular user with :

export SPKS_PUBLIC_URL=hkp://spks.example.com
export SPKS_MAIL_SMTP_SERVER=smtp.example.com
export SPKS_MAIL_SMTP_PORT=587
export SPKS_MAIL_SMTP_USERNAME=username
export SPKS_MAIL_SMTP_PASSWORD=password
export SPKS_ADMIN_EMAIL=admin@example.com
export SPKS_MAIL_IDENTITY_DOMAINS=example.com
export SPKS_MAIL_IDENTITY_VERIFICATION=true
export SPKS_DBCONFIG_DIR=/db
singularity run -B /volume/spks-db:/db docker://ghcr.io/ctrliq/spks:v0.1.0

Here you could find all configuration environment variables.

Clone this wiki locally