Skip to content

Commit 070122a

Browse files
committed
Update docker-compose.build.yml
1 parent 6021022 commit 070122a

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
@@ -100,6 +100,11 @@ services:
100100
WS_SMTP_PASS: ${WS_SMTP_PASS}
101101
PIDFILE: /tmp/pids/server.pid
102102
build:
103+
args:
104+
WS_OSM_DB_HOST: ${WS_OSM_DB_HOST}
105+
WS_OSM_DB_USER: ${WS_OSM_DB_USER}
106+
WS_OSM_DB_PASS: ${WS_OSM_DB_PASS}
107+
WS_OSM_DB_NAME: ${WS_OSM_DB_NAME}
103108
cache_from:
104109
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache
105110
cache_to:

0 commit comments

Comments
 (0)