Skip to content

Commit b93388c

Browse files
committed
Pass env vars
1 parent 1ca9485 commit b93388c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ services:
1414
- OPENAI_API_KEY=${OPENAI_API_KEY}
1515
- BRAVE_SEARCH_API_KEY=${BRAVE_SEARCH_API_KEY:-}
1616
- TAVILY_SEARCH_API_KEY=${TAVILY_SEARCH_API_KEY:-}
17-
- RHAIIS_URL=${RHAIIS_URL:-}
18-
- RHAIIS_APY_KEY=${RHAIIS_APY_KEY:-}
17+
- RHAIIS_URL=${RHAIIS_URL}
18+
- RHAIIS_API_KEY=${RHAIIS_API_KEY}
1919
networks:
2020
- lightspeednet
2121
healthcheck:

0 commit comments

Comments
 (0)