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 bc6757e commit bf960e7Copy full SHA for bf960e7
docker-compose.build.yml
@@ -95,20 +95,11 @@ services:
95
cache_to:
96
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache,mode=max
97
context: osm-rails
98
- dockerfile: Dockerfile.prod
99
100
osm-rails_tag:
101
extends: osm-rails
102
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-rails:${CODE_VERSION}
103
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
-
112
# C-accelerated OSM API
113
osm-cgimap:
114
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:${ENV}
0 commit comments