File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11services :
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 :
You can’t perform that action at this time.
0 commit comments