Skip to content

Commit ca2935f

Browse files
committed
Add mandatory PROJECT env var to Spot
1 parent 36d625e commit ca2935f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ services:
116116
BEAM_APP_ID: spot-public.proxy2.broker
117117
BEAM_SECRET: spotkey123
118118
CORS_ORIGIN: http://localhost:5173
119+
PROJECT: organoid
119120
QUERY_FILTER: eyJwYXlsb2FkIjoiT1JHQU5PSURfREFTSEJPQVJEX1BVQkxJQyJ9 # ORGANOID_DASHBOARD_PUBLIC
120121

121122
spot-internal:
@@ -130,6 +131,7 @@ services:
130131
BEAM_APP_ID: spot-internal.proxy2.broker
131132
BEAM_SECRET: spotkey456
132133
CORS_ORIGIN: http://localhost:5173
134+
PROJECT: organoid
133135
QUERY_FILTER: eyJwYXlsb2FkIjoiT1JHQU5PSURfREFTSEJPQVJEX0lOVEVSTkFMIn0= # ORGANOID_DASHBOARD_INTERNAL
134136

135137
volumes:

0 commit comments

Comments
 (0)