mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
1.5 KiB
1.5 KiB
Project Name
Overview
A short 1--3 sentence description of what this Docker Compose project does.
Getting Started
- Start the container:
docker compose up -d - Open http://localhost:[PORT] in your browser
- Follow the initial setup wizard to configure the application
Docker Run
docker run -d \
--name=[SERVICE_NAME] \
# ...env vars, ports, volumes...
[IMAGE_NAME]
Project Details
- Project Repository: Link
- Container Image: Docker Hub
- Compose Example: Compose
- Documentation: Docs
- Reverse Proxy Port:
80
Environment Variable Notes
List any required or optional environment variables, where they come from, and how they are used.
Example:
VAR_NAME – explanation of purpose
ANOTHER_VAR – where to get the value
Volume Notes
Describe important volumes, what they store, and whether they need manual creation or backups.
Example:
/data – persistent application storage
/config – configuration files
Network Notes
Requires proxy network
Additional Notes / Gotchas
Add any special information someone should know before running the project---quirks, caveats, network requirements, etc.
Dockhand Stack, Deploy from Git
Cookbooks Repository stackname: NAME_HERE Compose file path: SERVICENAME/compose.yaml Additional env file (optional): SERVICENAME/sample.env
Then "Load" SERVICENAME/sample.env into the Environmental variables in dockhand
Create the Stack