Skip to content

Commit 681bf75

Browse files
committed
fix: add RAILS_ENV as variable for demo
1 parent 4f18862 commit 681bf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/demo/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
- terrastories-db
131131
environment:
132132
DATABASE_URL: postgres://postgres:postgres@terrastories-db:5432/terrastories
133-
RAILS_ENV: offline
133+
RAILS_ENV: ${RAILS_ENV}
134134
CHOKIDAR_USEPOLLING: 'true'
135135
USE_LOCAL_MAP_SERVER: 'true'
136136
OFFLINE_MAP_STYLE: ${OFFLINE_MAP_URL}

0 commit comments

Comments
 (0)