Skip to content

Commit

Permalink
added fix to all
Browse files Browse the repository at this point in the history
  • Loading branch information
elimelt committed Feb 1, 2025
1 parent b034c71 commit 51daa7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.local.scaled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ services:
- SUPABASE_KEY=${SUPABASE_KEY}
- INTERNSHIP_CHANNEL_ID=${INTERNSHIP_CHANNEL_ID}
- NEW_GRAD_CHANNEL_ID=${NEW_GRAD_CHANNEL_ID}
- METRIC_SERVER_URL=${METRIC_SERVER_URL}

db:
image: postgres:13
Expand Down
1 change: 1 addition & 0 deletions docker-compose.local.server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- SUPABASE_KEY=${SUPABASE_KEY}
- INTERNSHIP_CHANNEL_ID=${INTERNSHIP_CHANNEL_ID}
- NEW_GRAD_CHANNEL_ID=${NEW_GRAD_CHANNEL_ID}
- METRIC_SERVER_URL=${METRIC_SERVER_URL}

networks:
swecc-default:
Expand Down

0 comments on commit 51daa7f

Please sign in to comment.