mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
7de46281e2aaa4b07d400f07512c09db11c095e3
stremio-addons-compose-template
A template compose.yaml to self host various Stremio addons and utilities
You can use the Always Free resources of Oracle to set this up. Here is a set up guide I made for that.
Short Guide
On your server/VPS:
- Install docker per https://get.docker.com
- Forward port 443 and 80.
- Point the necessary domain(s) to the public IP of your server/VPS with your DNS.
- Run the following commands on your VPS:
curl https://raw.githubusercontent.com/Viren070/stremio-addons-docker-compose-template/refs/heads/main/install.sh | bash - Open the .env file using:
nano .env - Fill in all the values, making sure to read all the comments.
- Run this command:
docker compose --profile stremio up -d - Go to the prowlarr and jackett dashboards and configure them. Ensure you add authentication as they will be public.
- Now, fill in the values for
JACKETT_API_KEY,PROWLARR_API_KEY, andCOMET_INDEXERSby getting the values from the respective dashboards - If using Seanime, change the
hostunder[server]in the ./seanime-config/config.toml file from127.0.0.1to0.0.0.0 - Restart for the updated configuration:
docker compose down seanime docker compose --profile seanime up -d
Languages
Python
96.2%
Dockerfile
3.8%