Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bivav
/
video-mp3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
video-mp3
/
docker-compose.yml
bivav
Update Dockerfile
f79e0a5
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
184 Bytes
services:
web:
build:
.
ports:
-
"8000:8000"
volumes:
-
audio_data:/data/audio
env_file:
-
.env
restart:
unless-stopped
volumes:
audio_data: