Files
docker-compose-cookbooks/README.md
T
2025-10-24 12:16:01 -07:00

896 B

Description of SVG

👤 Author: Nick Yeoman.

Production ready docker compose files

🤔 Assumptions

These compose files make a few assumptions:

  1. You are only running on one host.
  2. You are using Nginx Proxy Manager (although most have redundant port access).
  3. Volumes are stored in the project folder under "data", git ignored and backed up externally.

📚 Workflow

The intended workflow is as follows:

  1. Clone the cookbook repository locally git clone git@github.com:nickyeoman/docker-compose-cookbooks.git /docker-compose-cookbooks
  2. Change to the directory cd /git-repos/docker-compose-cookbooks

You will likely want to override a number of things in the project folder, such as networks.

Now use docker compose up -d to start the project.