Skip to content

Commit

Permalink
Add DB ENV to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Slater authored and Firefishy committed Apr 29, 2019
1 parent e1038ea commit baf4bf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ services:
- RAILS_ENV=production
- RAILS_SERVE_STATIC_FILES=true
- DATABASE_URL=postgresql://postgres@db/spectre
- DATABASE_USERNAME=
- DATABASE_PASSWORD=
- DOMAIN_NAME=app
- PORT=:3000
- PROTOCOL=http://
Expand Down

0 comments on commit baf4bf1

Please sign in to comment.