diff --git a/README.adoc b/README.adoc index 8ef4a73f..726d88ff 100644 --- a/README.adoc +++ b/README.adoc @@ -21,7 +21,7 @@ This repository follows the monorepo pattern and includes the following projects You can run this application conveniently packaged with docker compose. -You can use the existing xref:./docker-composer.yml[docker-composer.yml] as starting point. +You can use the existing xref:./docker-compose.yml[docker-compose.yml] as starting point. Among the typical Rails ENV vars (such as `SECRET_KEY_BASE`), there is also the `IDENTIFICATION_PRIVATE_KEY` env. This is the private key that identifies this bulletin board instance. Keep reading to see how to generate this private key. Also, you need to have an additional docker instance running, with the same ENVs, a `sidekiq` instance. This is very important as they are many background jobs created by the bulletin board on every cryptographic transaction. If using the provided xref:./docker-entrypoint.sh[entrypoint], you can use simply the ENV `RUN_SIDEKIQ` in the worker: