Go to file
2024-03-24 07:05:52 -07:00
backtest-automation.yaml
caddy.yaml
cloudflare-tunnel.yaml
download-spx-quotes.yaml
gitea.yaml
ibkr-gateway.yaml
immich.yaml Remove Typesense dependency as per https://github.com/immich-app/immich/releases/tag/v1.90.2 2024-03-24 07:05:52 -07:00
jellyfin.yaml
jellyseer.yaml Add Jellyseer to separate network in order to prevent clashes with WSL host 2024-03-23 06:34:02 -07:00
navidrome.yaml
pi-hole.yaml
postgresql.yaml
process-over-profit-bot.yaml
prowlarr.yaml Add Prowlarr to separate network in order to prevent clashes with WSL host 2024-03-20 05:03:49 -07:00
radarr.yaml Add Radarr to separate network in order to prevent clashes with WSL host 2024-03-21 05:45:29 -07:00
README.md Add README file 2024-03-14 04:42:53 -07:00
sabnzbd.yaml
sonarr.yaml Add Sonarr to separate network in order to prevent clashes with WSL host 2024-03-22 05:40:32 -07:00
syncthing.yaml
update-news-data.yaml
update-ohlc-data.yaml

Docker Compose

This repository contains Docker Compose files for setting up and running various services.

Each service has its own YAML file which defines the configuration for that service.

Services

Running Services

To run a service, navigate to the directory containing the Docker Compose file for that service and run the following command:

docker-compose -f <file.yaml> up -d

Replace <file.yaml> with the name of the Docker Compose file for the service you want to run.

Important Note

Before running any service, make sure to replace all placeholder values in the Docker Compose files with actual values.

These placeholders are denoted by <...> in the files.