We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c5faf4 + 16d5f38 commit ba6f774Copy full SHA for ba6f774
1 file changed
docker-compose.yml
@@ -37,6 +37,7 @@ services:
37
GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET}
38
GOOGLE_CALLBACK_URL: ${GOOGLE_CALLBACK_URL:-http://localhost:3000/api/v1/auth/google/callback}
39
FRONTEND_URL: ${FRONTEND_URL:-http://localhost:5173}
40
+ BLOB_STORAGE: ${BLOB_STORAGE}
41
depends_on:
42
mongo:
43
condition: service_healthy
0 commit comments