mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
a47964806832197768bc5194340de8a8ae1eae3b
☄️ Comet
Installation
With Docker
- Simply run the Docker image
docker run -p 8000:8000 -d \ --name comet \ -e FASTAPI_HOST=0.0.0.0 \ -e FASTAPI_PORT=8000 \ -e FASTAPI_WORKERS=1 \ -e CACHE_TTL=86400 \ -e DEBRID_PROXY_URL=http://127.0.0.1:1080 \ -e JACKETT_URL=http://127.0.0.1:9117 \ -e JACKETT_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \ -e JACKETT_INDEXERS=INDEXER_NAME_CHANGETHIS1,INDEXER_NAME_CHANGETHIS2 \ -e JACKETT_TIMEOUT=30 \ -e GET_TORRENT_TIMEOUT=5 \ g0ldyy/comet-
To update your container
- Find your existing container name
docker ps- Stop your existing container
docker stop <CONTAINER_ID>- Remove your existing container
docker rm <CONTAINER_ID>- Pull the latest version from docker hub
docker pull g0ldyy/comet -
Finally, rerun your docker run command found in step one
-
Real-Debrid IP Blacklist
to bypass Real-Debrid's IP blacklist, start a cloudflare-warp container: https://github.com/cmj2002/warp-docker
Web UI Showcase
Languages
Python
80.1%
HTML
19.8%
