Skip to content

Commit 935b904

Browse files
fix: add missing .env vars in docker compose
1 parent f544dea commit 935b904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ services:
99
POSTGRES_PORT: ${POSTGRES_PORT:-5432}
1010
POSTGRES_USER: ${POSTGRES_USER:-postgres}
1111
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-admin}
12+
GITHUB_CLIENT_ID: ${GITHUB_CLIENT_ID}
13+
GITHUB_CLIENT_SECRET: ${GITHUB_CLIENT_SECRET}
1214
ports:
1315
- 7007:7007
1416
pg_db:

0 commit comments

Comments
 (0)