Comet

Comet

Docker app from LubricantJam's Repository

Overview

Comet is a self-hosted service for torrent/debrid search with configurable environment variables and support for SQLite or PostgreSQL backends.

Requirements


        Default setup uses SQLite (single-container friendly).
        SQLite database file path defaults to `/app/data/comet.db` in the mapped Data Folder.
        To use PostgreSQL instead, change DATABASE_TYPE to `postgresql` and set DATABASE_URL for your database host/user/password/database.
        If you use an external .env for additional Comet options, add those variables in Unraid under "Add another Path, Port, Variable, Label or Device".
    

Runtime arguments

Web UI
http://[IP]:[PORT:8000]
Network
bridge
Shell
bash
Privileged
false

Template configuration

Web UI PortPorttcp

Host port mapped to the Comet web service (container listens on 8000).

Target
8000
Default
8000
Value
8000
Data FolderPathrw

Persistent data directory for Comet application data.

Target
/app/data
Value
/mnt/user/appdata/comet
Database TypeVariable

Database backend type (`sqlite` or `postgresql`).

Target
DATABASE_TYPE
Default
sqlite
Value
sqlite
Database URLVariable

Database target. For SQLite, use a file path in the Data Folder. For PostgreSQL, use host:port/database credentials format.

Target
DATABASE_URL
Default
/app/data/comet.db
Value
/app/data/comet.db

Download Statistics

319,214
Total Downloads
45,098
This Month
45,098
Avg / Month

Total Downloads Over Time

Loading chart...

Details

Repository
g0ldyy/comet:latest
Last Updated2026-05-12
First Seen2026-03-26

Run Comet on Unraid.

Comet is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.