Skip to content

Commit

Permalink
Fix missing ENV when running Docker (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Jan 26, 2024
1 parent 690601d commit 1b3a39f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ services:
- SEARCH_API_CADIDB_PASSWORD=${SEARCH_API_CADIDB_PASSWORD}
- SEARCH_API_LDAP_URL=${SEARCH_API_LDAP_URL}
- SEARCH_API_LDAP_ROOTS_FILTER=${SEARCH_API_LDAP_ROOTS_FILTER}
- SEARCH_API_MD_BASE_URL=${SEARCH_API_MD_BASE_URL}
- SEARCH_API_MD_USER=${SEARCH_API_MD_USER}
- SEARCH_API_MD_PASSWORD=${SEARCH_API_MD_PASSWORD}
ports:
- '5555:5555'

0 comments on commit 1b3a39f

Please sign in to comment.