mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
Updated rocketchat to template format
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
- Every stack has at least 3 files: `compose.yaml` (dockhand style), `sample.env`, `README.md`
|
||||
- `_dev` = experimental, `_notes` = docs/minimal examples, no suffix = production-ready
|
||||
- Always references an external `proxy` network (`docker network create proxy` once)
|
||||
- Always references an external `proxy` network (managed by Nginx Proxy Manager; `docker network create proxy` once)
|
||||
- Volumes use `${VOL_PATH:-/data}` as the base path (absolute `/data`, never `./data`); project directories use `${VOL_PROJECTS:-/data}`
|
||||
- Timezone defaults to `America/Vancouver`, but only include if the container requires it.
|
||||
- Restart policy, image tag, and port are configurable via env vars with sensible defaults
|
||||
|
||||
Reference in New Issue
Block a user