You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/simplerisk/docker.git simplerisk-docker && cd simplerisk-docker
Populate the .env file with the relevant secrets and keys (keys will need line endings to be replaced with '\n'; literally the backslash then n rather than escape-n which is a newline). If you need help with this run docker build -t simplerisk-bootstrap:latest ./bootstrap && docker run -v `pwd`/data/bootstrap:/bootstrap simplerisk-bootstrap:latest and then copy data/bootstrap/.env to .env)
docker-compose up -d to run in daemon mode (detached shell)
For a completely insecure installation (because everyone knows the secrets) you can use the example env file .env.example by copying it: cp .env.example .env
Building the images independently of docker-compose