Skip to content

Commit 1b3823f

Browse files
committed
osm-web db fix
1 parent 1d74e43 commit 1b3823f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.env
22
docker-compose.override.yml
33
.DS_Store
4+
dev.env
5+
stage.env
6+
prod.env
7+

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ services:
109109
depends_on:
110110
- osm-rails
111111
- osm-cgimap
112+
environment:
113+
WS_OSM_DB_HOST: ${WS_OSM_DB_HOST}
114+
WS_OSM_DB_USER: ${WS_OSM_DB_USER}
115+
WS_OSM_DB_PASS: ${WS_OSM_DB_PASS}
116+
WS_OSM_DB_NAME: ${WS_OSM_DB_NAME}
112117
volumes:
113118
- ./osm-web/nginx.conf:/etc/nginx/conf.d/default.conf:ro
114119
- ./osm-rails/public:/usr/share/nginx/html:ro

0 commit comments

Comments
 (0)