Skip to content

Commit fec92b3

Browse files
committed
Update docker-compose.build.yml
1 parent bf960e7 commit fec92b3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docker-compose.build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ services:
8181
# OSM website/OSM API
8282
osm-rails:
8383
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}
9284
build:
9385
cache_from:
9486
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache

0 commit comments

Comments
 (0)