Go to file
2024-03-21 05:45:29 -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 Update Cloudflare Tunnel container name 2023-12-27 11:18:28 -08:00
download-spx-quotes.yaml Assign SPX quotes downloader its own network and static ip 2024-01-09 12:47:00 -08:00
gitea.yaml Add Docker compose file for Gitea 2023-12-27 12:02:33 -08:00
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 Define the network for Navidrome 2023-12-27 11:50:34 -08:00
pi-hole.yaml Assign Pi-Hole its own network and static ip 2024-01-09 13:44:54 -08:00
postgresql.yaml Assign PostgreSQL its own network and static ip 2024-01-09 13:10:50 -08:00
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
syncthing.yaml Add mount point for documents folder for syncing NinjaTrader settings 2024-01-19 17:56:34 -08:00
update-news-data.yaml Add Docker compose file for news data updater 2024-01-09 13:00:44 -08:00
update-ohlc-data.yaml Assign the OHLC data updater its own network and static ip 2024-01-09 12:54:33 -08:00

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.