chore: initialize Next.js + FastAPI monorepo with Docker Compose
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
NEXT_PUBLIC_API_BASE_URL=http://127.0.0.1:8000
|
||||
API_HOST=0.0.0.0
|
||||
API_PORT=8000
|
||||
API_CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000
|
||||
Reference in New Issue
Block a user