Go to file
2024-11-14 07:38:26 -08:00
backtest-automation.yaml Add credit and delta target environment variables 2024-02-16 05:11:37 -08:00
bazarr.yaml Add compose file for Bazarr 2024-04-11 13:42:48 -07:00
caddy.yaml Add Caddy Docker compose file 2023-11-15 05:51:10 -08:00
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 Restrict mysql to version 8 due to issues upgrading Gitea 2024-07-04 19:46:52 -07:00
healthcheck.yaml Add environment variable to disable Python output buffering in healthcheck script 2024-11-14 07:38:26 -08:00
homebridge.yaml Add Homebridge Docker compose file 2024-04-01 11:38:38 -07:00
ibkr-gateway.yaml Add IBKR Gateway Docker compose file 2023-12-07 11:03:52 -08:00
immich.yaml Add Immich to separate network in order to prevent clashes with WSL host 2024-03-24 07:14:05 -07:00
jellyfin.yaml Assign Jellyfin its own network to prevent subnet conflicts 2024-01-18 08:07:36 -08:00
jellyseer.yaml Add Jellyseer to separate network in order to prevent clashes with WSL host 2024-03-23 06:34:02 -07:00
moshferatu-dev.yaml Add moshferatu.dev tunnel compose file 2024-04-30 06:07:28 -07:00
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 Add Process over Profit bot Docker compose file 2023-11-25 05:36:49 -08:00
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 Docker compose file for healthcheck script 2024-11-13 07:41:12 -08: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_server.yaml Remove PUID and PGID values 2024-04-03 17:16:57 -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 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.