Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vjay15
/
CodeGen-Live
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
84875a9
CodeGen-Live
/
docker-compose.yml
Vjay15
Added Files to HF space
877b38e
verified
6 months ago
raw
Copy download link
history
blame
Safe
208 Bytes
services:
web:
build:
.
ports:
-
"8000:8000"
environment:
-
SECRET_KEY=${SECRET_KEY}
-
GITHUB_TOKEN=${GITHUB_TOKEN}
-
AI_API_KEY=${AI_API_KEY}
volumes:
-
.:/app