Skip to content

Commit bc6757e

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
services:
2+
3+
# workspaces FE (Vue app)
24
frontend:
35
image: ${WS_DOCKER_REGISTRY}/workspaces-frontend:${ENV}
46
build:
@@ -20,6 +22,7 @@ services:
2022
extends: frontend
2123
image: ${WS_DOCKER_REGISTRY}/workspaces-frontend:${CODE_VERSION}
2224

25+
# rapid editor
2326
rapid:
2427
image: ${WS_DOCKER_REGISTRY}/workspaces-rapid:${ENV}
2528
build:
@@ -33,6 +36,7 @@ services:
3336
extends: rapid
3437
image: ${WS_DOCKER_REGISTRY}/workspaces-rapid:${CODE_VERSION}
3538

39+
# pathways editor
3640
pathways-editor:
3741
image: ${WS_DOCKER_REGISTRY}/workspaces-pathways-editor:${ENV}
3842
build:
@@ -46,6 +50,7 @@ services:
4650
extends: pathways-editor
4751
image: ${WS_DOCKER_REGISTRY}/workspaces-pathways-editor:${CODE_VERSION}
4852

53+
# OSM logging proxy, for debugging only
4954
osm-log-proxy:
5055
image: ${WS_DOCKER_REGISTRY}/workspaces-osm-log-proxy:${ENV}
5156
build:

0 commit comments

Comments
 (0)