Errbit is a Ruby on Rails application, working with MongoDB database.
(docker-compose: https://github.com/errbit/errbit/blob/main/docker-compose.yml)
cp
dockererrbit/errbit:latest (https://registry.hub.docker.com/r/errbit/errbit)8080nosqldb:mongoGITHUB_AUTHENTICATION=falseGOOGLE_AUTHENTICATION=falseERRBIT_HOST=errors.octr.eeRAILS_ENV=productionERRBIT_USER_HAS_USERNAME=falseMONGO_URL=mongodb://webadmin:my_insecure_64chars_password@mongo:27017SECRET_KEY_BASE=my_insecure_64chars_keySMTP_SERVER=mail.infomaniak.comSMTP_PORT=465SMTP_AUTHENTICATION=plainSMTP_USERNAME=hello@example.orgSMTP_PASSWORD=my_insecure_passwordERRBIT_EMAIL_FROM=hello@example.orgnosqldb
dockermongo/mongo (https://registry.hub.docker.com/_/mongo/)27017MONGO_INITDB_ROOT_PASSWORD=my_insecure_64chars_passwordMONGO_INITDB_ROOT_USERNAME=webadmin