Skip to content

Instantly share code, notes, and snippets.

@maxwells
Created February 2, 2018 20:34
Show Gist options
  • Save maxwells/c4da525456411d2cfd1b0374c3daa6e5 to your computer and use it in GitHub Desktop.
Save maxwells/c4da525456411d2cfd1b0374c3daa6e5 to your computer and use it in GitHub Desktop.
app_1 | DATABASE_URL: postgres://admin:password@db:5432/app_development
app_1 | ENV: {"PATH" => "/opt/shards/bin:/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "HOSTNAME" => "181af68fff6d", "DATABASE_URL" => "postgres://admin:password@db:5432/app_development", "AMBER_ENV" => "production", "HOME" => "/home/dev"}
app_1 |
app_1 | ENV: {"id" => "4", "FORKED" => "1", "AMBER_ENV" => "production"}
app_1 | DATABASE_URL:
app_1 | no driver was registered for the schema "", did you maybe forget to require the database driver? (ArgumentError)
app_1 |
app_1 |
app_1 | ENV: {"id" => "3", "FORKED" => "1", "AMBER_ENV" => "production"}
app_1 | DATABASE_URL:
app_1 | no driver was registered for the schema "", did you maybe forget to require the database driver? (ArgumentError)
app_1 | ENV: {"id" => "2", "FORKED" => "1", "AMBER_ENV" => "production"}
app_1 | DATABASE_URL:
app_1 | no driver was registered for the schema "", did you maybe forget to require the database driver? (ArgumentError)
app_1 |
app_1 | ENV: {"id" => "1", "FORKED" => "1", "AMBER_ENV" => "production"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment