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 bf960e7 commit fec92b3Copy full SHA for fec92b3
docker-compose.build.yml
@@ -81,14 +81,6 @@ services:
81
# OSM website/OSM API
82
osm-rails:
83
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-rails:${ENV}
84
-
85
- # these are necessary to have the build-stage tests against the DB succeed
86
- # DO NOT REMOVE
87
- environment:
88
- WS_OSM_DB_HOST: ${WS_OSM_DB_HOST}
89
- WS_OSM_DB_USER: ${WS_OSM_DB_USER}
90
- WS_OSM_DB_PASS: ${WS_OSM_DB_PASS}
91
- WS_OSM_DB_NAME: ${WS_OSM_DB_NAME}
92
build:
93
cache_from:
94
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache
0 commit comments