Go to file
2024-03-20 05:03:49 -07:00
backtest-automation.yaml Add credit and delta target environment variables 2024-02-16 05:11:37 -08:00
caddy.yaml
cloudflare-tunnel.yaml
download-spx-quotes.yaml
gitea.yaml
ibkr-gateway.yaml
immich.yaml
jellyfin.yaml
jellyseer.yaml
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
README.md Add README file 2024-03-14 04:42:53 -07:00
sabnzbd.yaml Add SABnzbd to separate network in order to prevent conflicts with WSL host 2024-03-04 04:36:51 -08:00
sonarr.yaml
syncthing.yaml Add mount point for documents folder for syncing NinjaTrader settings 2024-01-19 17:56:34 -08:00
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.