From b4a5c856a5b821fe0fe2a1a5dc184ad00325cd85 Mon Sep 17 00:00:00 2001 From: thelastblt <166474022+thelastblt@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:23:21 -0700 Subject: [PATCH 1/2] Update compose-fullstacksample.yaml fixed typo in prowlarr address --- compose-fullstacksample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-fullstacksample.yaml b/compose-fullstacksample.yaml index e8d82fa..2031d03 100644 --- a/compose-fullstacksample.yaml +++ b/compose-fullstacksample.yaml @@ -18,7 +18,7 @@ services: - CACHE_TTL=86400 # cache duration in seconds - DEBRID_PROXY_URL=http://warp:1080 # https://github.com/cmj2002/warp-docker to bypass Debrid Services and Torrentio server IP blacklist - INDEXER_MANAGER_TYPE=jackett # or prowlarr - - INDEXER_MANAGER_URL=http://jackett:9117 # or http:prowlarr:9696 + - INDEXER_MANAGER_URL=http://jackett:9117 # or http://prowlarr:9696 - INDEXER_MANAGER_API_KEY= CHANGE_TO_YOUR_APIKEY - INDEXER_MANAGER_TIMEOUT=60 # maximum time to obtain search results from indexer manager in seconds - INDEXER_MANAGER_INDEXERS=["EZTV", "YTS", "TheRARBG", "BitSearch", "ThePirateBay"] From 07d6272050a624d50269190ba3b69ad08c21defe Mon Sep 17 00:00:00 2001 From: thelastblt <166474022+thelastblt@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:43:38 -0700 Subject: [PATCH 2/2] Create compose.yaml --- compose.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..2b41dda --- /dev/null +++ b/compose.yaml @@ -0,0 +1,14 @@ +version: '3.8' +volumes: + comet_data: +services: + comet: + image: g0ldyy/comet + restart: unless-stopped + container_name: comet + ports: + - "3123:8000" + env_file: + - .env + volumes: + - comet_data:/data