Skip to content

Instantly share code, notes, and snippets.

@clalimarmo
Created September 9, 2015 02:33
Show Gist options
  • Select an option

  • Save clalimarmo/2e1d50f8360bf629aead to your computer and use it in GitHub Desktop.

Select an option

Save clalimarmo/2e1d50f8360bf629aead to your computer and use it in GitHub Desktop.
Rails development environment with Docker (step 2 - postgres)
default: &default
adapter: postgresql
pool: 5
host: db
username: postgres
timeout: 5000
development:
<<: *default
database: expense_tracker_dev
test:
<<: *default
database: expense_tracker_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment