File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11services :
2-
32 # workspaces FE (Vue app)
43 frontend :
54 image : ${WS_DOCKER_REGISTRY}/workspaces-frontend:${ENV}
@@ -17,6 +16,9 @@ services:
1716 VITE_RAPID_URL : ${WS_RAPID_URL}
1817 VITE_PATHWAYS_EDITOR_URL : ${WS_PATHWAYS_EDITOR_URL}
1918 VITE_IMAGERY_SCHEMA : ${WS_IMAGERY_SCHEMA}
19+ VITE_IMAGERY_EXAMPLE_URL : ${WS_IMAGERY_EXAMPLE_URL}
20+ VITE_LONG_FORM_QUEST_SCHEMA : ${WS_LONG_FORM_QUEST_SCHEMA}
21+ VITE_LONG_FORM_QUEST_EXAMPLE_URL : ${WS_LONG_FORM_QUEST_EXAMPLE_URL}
2022 CODE_VERSION : ${CODE_VERSION}
2123
2224 frontend_tag :
@@ -112,7 +114,7 @@ services:
112114 - type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-osm-rails:buildcache,mode=max
113115 context : osm-rails
114116 dockerfile : Dockerfile.prod
115-
117+
116118 osm-rails_tag :
117119 extends : osm-rails
118120 image : ${WS_DOCKER_REGISTRY}/workspaces-osm-rails:${CODE_VERSION}
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ WS_PATHWAYS_EDITOR_HOST=pathways.workspaces${ENV_NAME_PARAM}.sidewalks.washingto
4444WS_OSM_HOST = osm.workspaces${ ENV_NAME_PARAM } .sidewalks.washington.edu
4545WS_TASKS_HOST = tasks.workspaces${ ENV_NAME_PARAM } .sidewalks.washington.edu
4646WS_IMAGERY_SCHEMA = https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/schema.json
47+ WS_IMAGERY_EXAMPLE_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/example.json
48+ WS_LONG_FORM_QUEST_SCHEMA = https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/quest-definition/schema.json
49+ WS_LONG_FORM_QUEST_EXAMPLE_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/quest-definition/example.json
4750
4851WS_DEV_PORT = 3000
4952
You can’t perform that action at this time.
0 commit comments