Skip to content

Commit c59019f

Browse files
committed
Pass SPOT=organoid to Spot
1 parent 65856de commit c59019f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ services:
7070
BIND_ADDR: 0.0.0.0:8055
7171
RUST_LOG: "info"
7272
LOG_FILE: /logs/requests.log
73+
PROJECT: organoid
7374
QUERY_FILTER: eyJwYXlsb2FkIjoiT1JHQU5PSURfREFTSEJPQVJEX1BVQkxJQyJ9 # ORGANOID_DASHBOARD_PUBLIC
7475
volumes:
7576
- ./public_logs:/logs
@@ -99,6 +100,7 @@ services:
99100
BIND_ADDR: 0.0.0.0:8055
100101
RUST_LOG: "info"
101102
LOG_FILE: /logs/requests.log
103+
PROJECT: organoid
102104
QUERY_FILTER: eyJwYXlsb2FkIjoiT1JHQU5PSURfREFTSEJPQVJEX0lOVEVSTkFMIn0= # ORGANOID_DASHBOARD_INTERNAL
103105
volumes:
104106
- ./internal_logs:/logs

0 commit comments

Comments
 (0)