Skip to content

Commit bf960e7

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

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docker-compose.build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,11 @@ services:
9595
cache_to:
9696
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache,mode=max
9797
context: osm-rails
98-
dockerfile: Dockerfile.prod
9998

10099
osm-rails_tag:
101100
extends: osm-rails
102101
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-rails:${CODE_VERSION}
103102

104-
# these are necessary to have the build-stage tests against the DB succeed
105-
# DO NOT REMOVE
106-
environment:
107-
WS_OSM_DB_HOST: ${WS_OSM_DB_HOST}
108-
WS_OSM_DB_USER: ${WS_OSM_DB_USER}
109-
WS_OSM_DB_PASS: ${WS_OSM_DB_PASS}
110-
WS_OSM_DB_NAME: ${WS_OSM_DB_NAME}
111-
112103
# C-accelerated OSM API
113104
osm-cgimap:
114105
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:${ENV}

0 commit comments

Comments
 (0)