mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
32a175f272ca522274e138d954f29a9a7de1c035
👤 Author: Nick Yeoman.
Production ready docker compose files
🤔 Assumptions
These compose files make a few assumptions:
- You are only running on one host.
- You are using Nginx Proxy Manager (although most have redundant port access).
- Volumes are stored in the project folder under "data", git ignored and backed up externally.
📚 Workflow
The intended workflow is as follows:
- Clone the cookbook repository locally
git clone git@github.com:nickyeoman/docker-compose-cookbooks.git /docker-compose-cookbooks - 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.
Languages
Python
31.8%
Shell
29.6%
HTML
22.7%
Dockerfile
15.9%