Skip to content

Commit 7438c17

Browse files
committed
Update docker-compose.build.yml
1 parent 3a98ab4 commit 7438c17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ services:
7474

7575
osm-rails:
7676
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-rails:${ENV}
77+
environment:
78+
WS_OSM_DB_HOST: ${WS_OSM_DB_HOST}
79+
WS_OSM_DB_USER: ${WS_OSM_DB_USER}
80+
WS_OSM_DB_PASS: ${WS_OSM_DB_PASS}
81+
WS_OSM_DB_NAME: ${WS_OSM_DB_NAME}
7782
build:
7883
cache_from:
7984
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache

0 commit comments

Comments
 (0)