PodFetch - A sleek and efficient podcast downloader.
100K+
version: '3'
services:
podfetch:
image: samuel19982/podfetch:latest
ports:
- "80:8000"
volumes:
- podgrab-podcasts:/app/podcasts
- podgrab-db:/app/db
environment:
- POLLING_INTERVAL=60
- SERVER_URL=http://localhost:80
- DATABASE_URL=sqlite:///app/db/podcast.db
volumes:
podgrab-podcasts:
podgrab-db:
Content type
Image
Digest
sha256:b4f0eac9d…
Size
141.8 MB
Last updated
27 days ago
docker pull samuel19982/podfetch