Skip to content

Commit

Permalink
Update: docker-compose.yml with Google credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
MinjaeKimmm authored Dec 2, 2024
1 parent b1e8fba commit 895d24d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
- SERVER_PORT=8000
- DATABASE_URL=mysql://root:${DB_PASSWORD}@db:3306/${DB_NAME}
- SECRET_KEY=${SECRET_KEY}
- GOOGLE_CLIENT=${GOOGLE_CLIENT}
- GOOGLE_SECRET=${GOOGLE_SECRET}
depends_on:
- db
networks:
Expand Down

0 comments on commit 895d24d

Please sign in to comment.