We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a98ab4 commit 7438c17Copy full SHA for 7438c17
docker-compose.build.yml
@@ -74,6 +74,11 @@ services:
74
75
osm-rails:
76
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}
82
build:
83
cache_from:
84
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache
0 commit comments