Skip to content

Commit

Permalink
Enable RAILS_LOG_TO_STDOUT for docker
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 36abe46 commit 965e459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
environment:
- RAILS_ENV=production
- RAILS_SERVE_STATIC_FILES=true
- RAILS_LOG_TO_STDOUT=true
- DATABASE_URL=postgresql://postgres@db/spectre
- DATABASE_USERNAME=
- DATABASE_PASSWORD=
Expand Down

0 comments on commit 965e459

Please sign in to comment.