Skip to content

Commit

Permalink
Add API_KEY in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
julien1619 committed Feb 25, 2020
1 parent 50c4821 commit 1338656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- "3000:3000"
environment:
- RUST_LOG=${RUST_LOG}
- API_KEY=${API_KEY}
- SIRENE_ENV=${SIRENE_ENV}
- DATABASE_URL=${DATABASE_URL}
- TEMP_FOLDER=/app/data/temp
Expand Down

0 comments on commit 1338656

Please sign in to comment.