Skip to content

Commit

Permalink
feat: pass new env variables to docker env (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
NandyBa authored Dec 18, 2024
1 parent 3e1601d commit 029f199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
environment:
- THEGRAPH_API_KEY=$THEGRAPH_API_KEY
- COMMUNITY_API_KEY=$COMMUNITY_API_KEY
- REALTOKENAPI=$REALTOKENAPI
- REALTOKENAPI_HISTORY=$REALTOKENAPI_HISTORY
networks:
- traefik-realt
labels:
Expand Down

0 comments on commit 029f199

Please sign in to comment.