Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
13ft
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
13ft
/
docker-compose.yml
soiz1
Create docker-compose.yml
8b7bef7
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
178 Bytes
version:
"3.9"
services:
app:
build:
.
ports:
-
"9982:9982"
environment:
-
FLASK_APP=app/portable.py
command:
flask
run
--host=0.0.0.0
--port=9982