Skip to content

Commit

Permalink
Use develop RAILS_ENV in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Jan 10, 2025
1 parent 32f7d7e commit 4d54c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ services:
app:
build: .
environment:
RAILS_ENV: production
DATABASE_URL: postgres://postgres:password@db:5432/pbs_production
RAILS_ENV: develop
DATABASE_URL: postgres://postgres:password@db:5432/pbs_develop
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
BASIC_AUTH: admin:password
HITOBITO_API_TOKEN: ${HITOBITO_API_TOKEN}
Expand Down

0 comments on commit 4d54c54

Please sign in to comment.