Skip to content

Commit

Permalink
chore: use env file for community api key
Browse files Browse the repository at this point in the history
  • Loading branch information
jycssu-com committed Jun 12, 2024
1 parent 1527d63 commit 9b1bc3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ services:
app:
image: ${DOCKER_REGISTRY}/dashboard:${DOCKER_BRANCH}
container_name: ${DOCKER_BRANCH}-dashboard
env_file:
- .env
environment:
- THEGRAPH_API_KEY=$THEGRAPH_API_KEY
- COMMUNITY_API_KEY=$COMMUNITY_API_KEY
# - COMMUNITY_API_KEY=$COMMUNITY_API_KEY
networks:
- traefik-realt
labels:
Expand Down

0 comments on commit 9b1bc3c

Please sign in to comment.