Skip to content

Commit 93e92bf

Browse files
committed
Another
1 parent 8897955 commit 93e92bf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker-compose.override.build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ services:
4545
osm-log-proxy:
4646
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-log-proxy:${ENV}
4747
build:
48+
context: osm-log-proxy
4849
cache_from:
4950
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-log-proxy:buildcache
5051
cache_to:

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ services:
113113
- traefik.http.services.pathways-editor.loadbalancer.server.port=8080
114114

115115
osm-log-proxy:
116+
build:
117+
context: osm-log-proxy
116118
image: nginx:latest
117119
volumes:
118120
- ./nginx.debug.conf:/etc/nginx/nginx.conf:ro

0 commit comments

Comments
 (0)