Skip to content

Commit

Permalink
fix: add RAILS_ENV as variable for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Mar 28, 2023
1 parent 4f18862 commit 681bf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ services:
- terrastories-db
environment:
DATABASE_URL: postgres://postgres:postgres@terrastories-db:5432/terrastories
RAILS_ENV: offline
RAILS_ENV: ${RAILS_ENV}
CHOKIDAR_USEPOLLING: 'true'
USE_LOCAL_MAP_SERVER: 'true'
OFFLINE_MAP_STYLE: ${OFFLINE_MAP_URL}
Expand Down

0 comments on commit 681bf75

Please sign in to comment.