Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
yaman007
/
12321321
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
12321321
/
docker-compose.yml
arymandeshwal
Feat: Adding dockerfile
83d5357
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
202 Bytes
version:
'3.8'
services:
app:
build:
context:
.
dockerfile:
Dockerfile
ports:
-
"${PORT:-8501}:${PORT:-8501}"
environment:
-
PORT=${PORT:-8501}
restart:
always