Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
serdarakyol
/
test
like
0
Sleeping
App
Files
Files
Community
main
test
/
docker-compose.yml
Serdar
wip
944e71b
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
240 Bytes
version:
'3.8'
services:
sabiduria-api:
build:
context:
.
# The build context is the current directory where the Dockerfile is located
dockerfile:
Dockerfile
# The name of your Dockerfile
ports:
-
"7860:7860"