25 lines
900 B
Markdown
25 lines
900 B
Markdown
# Draw.io
|
|
|
|
Self-hosted diagrams.net web application for creating and editing diagrams in the browser.
|
|
|
|
## Deployment layout
|
|
|
|
- **Compose:** `/srv/docker/drawio/docker-compose.yml`
|
|
- **Static configuration/source:** no additional static configuration or build source
|
|
- **Non-secret environment:** JVM heap limits and the G1 garbage collector are declared inline in Compose; there
|
|
is no project-local `.env`
|
|
- **Secrets:** none
|
|
- **NVMe application state:** none
|
|
- **Bulk HDD data:** none
|
|
- **Other mounts:** none
|
|
|
|
Secrets are never committed to this repository. No secret files or secret
|
|
variables are required by this deployment.
|
|
|
|
## Dependencies and recovery
|
|
|
|
- **Networks/dependencies:** Draw.io uses the external `npm_proxy` network at `192.168.98.15`; no dependent
|
|
services are declared
|
|
- **Back up:** none
|
|
- **Re-creatable:** the Draw.io container; diagrams are not persisted by this deployment
|