Go to file
2024-03-22 05:40:32 -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 Assign Jellyfin its own network to prevent subnet conflicts 2024-01-18 08:07:36 -08:00
jellyseer.yaml
navidrome.yaml
pi-hole.yaml Assign Pi-Hole its own network and static ip 2024-01-09 13:44:54 -08:00
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 Add SABnzbd to separate network in order to prevent conflicts with WSL host 2024-03-04 04:36:51 -08:00
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 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.