Skip to content

Commit

Permalink
[BUG]: CIP-2: Fixed docker-compose.yaml to work with env file (#1030)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- The docker-compose will now pick up ENV vars from supplied
`--env-file`

## Test plan

Manual tests done for both with and without env file scenarios

## Documentation Changes
Docs updated accordingly
  • Loading branch information
tazarov authored Aug 23, 2023
1 parent 1ae9485 commit bb17060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ services:
environment:
- IS_PERSISTENT=TRUE
- CHROMA_SERVER_AUTH_PROVIDER=${CHROMA_SERVER_AUTH_PROVIDER}
- CHROMA_SERVER_AUTH_PROVIDER_CONFIG=${CHROMA_SERVER_AUTH_PROVIDER_CONFIG}
- CHROMA_SERVER_AUTH_CREDENTIALS_FILE=${CHROMA_SERVER_AUTH_CREDENTIALS_FILE}
- CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER=${CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER}
ports:
- 8000:8000
networks:
Expand Down

0 comments on commit bb17060

Please sign in to comment.