Skip to content

Commit 0264804

Browse files
committed
Added imagery and longform quests schema and exmple URLs
1 parent 10aa159 commit 0264804

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docker-compose.build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
services:
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}

tdei_uw.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ WS_PATHWAYS_EDITOR_HOST=pathways.workspaces${ENV_NAME_PARAM}.sidewalks.washingto
4444
WS_OSM_HOST=osm.workspaces${ENV_NAME_PARAM}.sidewalks.washington.edu
4545
WS_TASKS_HOST=tasks.workspaces${ENV_NAME_PARAM}.sidewalks.washington.edu
4646
WS_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

4851
WS_DEV_PORT=3000
4952

0 commit comments

Comments
 (0)