Errbit is a Ruby on Rails application, working with MongoDB database.
(docker-compose: https://github.com/errbit/errbit/blob/main/docker-compose.yml)
cp
docker
errbit/errbit:latest
(https://registry.hub.docker.com/r/errbit/errbit)8080
nosqldb:mongo
GITHUB_AUTHENTICATION=false
GOOGLE_AUTHENTICATION=false
ERRBIT_HOST=errors.octr.ee
RAILS_ENV=production
ERRBIT_USER_HAS_USERNAME=false
MONGO_URL=mongodb://webadmin:my_insecure_64chars_password@mongo:27017
SECRET_KEY_BASE=my_insecure_64chars_key
SMTP_SERVER=mail.infomaniak.com
SMTP_PORT=465
SMTP_AUTHENTICATION=plain
SMTP_USERNAME=hello@example.org
SMTP_PASSWORD=my_insecure_password
ERRBIT_EMAIL_FROM=hello@example.org
nosqldb
docker
mongo/mongo
(https://registry.hub.docker.com/_/mongo/)27017
MONGO_INITDB_ROOT_PASSWORD=my_insecure_64chars_password
MONGO_INITDB_ROOT_USERNAME=webadmin