https://medium.com/faun/managing-mongodb-on-docker-with-docker-compose-26bf8a0bbae3
For the Project to run succesfully the following Environment variables need to be set:
- HCAPTCHA_SECRET
- MONGO_USER
- MONGO_PASSWORD
- MONGO_HOST
- JWTPrivateKey
- JWTPublicKey
To set them we use Docker Swarm
Example command: echo "secretuser" | docker secret create MONGO_USER -