Sign inSign up

samuel19982/podfetch

By samuel19982

Updated 27 days ago

PodFetch - A sleek and efficient podcast downloader.

Image
Web servers
Content management system
5

100K+

samuel19982/podfetch repository overview

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:

Tag summary

Content type

Image

Digest

sha256:b4f0eac9d

Size

141.8 MB

Last updated

27 days ago

docker pull samuel19982/podfetch