Service container for running rails-pg-extras.
Environment variable | Description | Default | Default in container |
---|---|---|---|
RAILS_ENV |
Rails environment | development |
production |
SECRET_KEY_BASE |
Rails secret | not set | not set |
WEB_CONCURRENCY |
Number of CPU | not set | not set |
RAILS_MAX_THREADS |
Rails max threads | 3 |
as default |
RAILS_MIN_THREADS |
Rails min threads | 3 |
as default |
DATABASE_URL |
Database configuration. Example: postgres://user:password@localhost/database |
not set | not set |
RAILS_PG_EXTRAS_USER |
User name for auth. Always set! | not set | not set |
RAILS_PG_EXTRAS_PASSWORD |
User password for auth. Always set! | not set | not set |
# TODO: write