2026-05-08 13:38:47 +00:00
2026-03-17 23:12:57 -07:00
2025-12-10 11:30:24 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2026-03-17 19:45:59 -07:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2026-04-20 23:42:59 +00:00
2026-04-20 14:46:43 +00:00
2025-11-26 21:48:53 -08:00
2026-04-15 19:11:09 +00:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2026-05-04 19:15:58 +00:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2026-05-08 13:38:47 +00:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2026-04-16 22:33:08 +00:00
2025-11-26 21:48:53 -08:00
2025-11-26 20:07:00 -08:00
2025-11-26 21:48:53 -08:00
2026-04-17 16:14:50 +00:00
2025-11-26 21:48:53 -08:00
2026-04-23 16:59:21 +00:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-28 11:57:54 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2026-04-17 19:15:57 +00:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2026-04-24 16:53:47 +00:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2026-05-05 17:26:01 +00:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-26 21:48:53 -08:00
2025-11-23 12:10:03 -08:00
2025-10-26 13:12:41 -07:00
2026-04-29 19:32:38 +00:00

Description of SVG

👤 Author: Nick Yeoman.

Docker Compose file collection reference with the intent of running in production.

Requirements and Support

I'm only one guy, I tested with

Software Version
Debian 13
Docker Engine 29.4.1
Dockhand 1.0.26

🤔 Assumptions

These compose files make a few assumptions:

  1. You are running dockhand.
  2. You are using Nginx Proxy Manager (although most have redundant port access).

📚 Workflow

The intended workflow is as follows:

  1. Add the repository https://github.com/nickyeoman/docker-compose-cookbooks.git to your dockhand Git repositories (in settings)
  2. Create the stack in dockhand

🛠 Project Directory Structure

Directories ending with _dev contain projects that are still under development or experimental. These are not yet considered production ready.

Directories ending with _notes contain projects that usually dont require a full Docker Compose file. They may include notes, example commands, or minimal Compose files just to illustrate setup. For example, the handbrake project has a compose-cpu.yaml and a compose-gpu.yaml.

Test a Stack

To test a stack, clone the repository, navigate to the directory you're interested in, and run it:

git pull https://github.com/nickyeoman/docker-compose-cookbooks.git ~/cookbooks
cd ~/cookbooks
mkdir /data
touch /data/test.env
docker compose --env-file sample.env --env-file /data/test.env up -d
docker compose --env-file sample.env --env-file down

Multiple --env-file flags are supported and applied in order.

Prefered Containers

  • UptimeKuma - I prefer Gatus over UptimeKuma and have removed support for UptimeKuma.

Similar Projects

S
Description
Backup copy
Readme
757 KiB
Languages
Python 31.8%
Shell 29.6%
HTML 22.7%
Dockerfile 15.9%