Initial Infrastructure Docs and Git Push Test

This commit is contained in:
2025-12-18 18:18:22 +02:00
parent 1411b9dc67
commit 5c21eaf929
3 changed files with 74 additions and 1 deletions

29
VOLUMES.md Normal file
View File

@@ -0,0 +1,29 @@
# Docker Volume Persistence Tracking
## Testing Protocol
For each on-demand app:
1. Deploy via Coolify
2. Create test data
3. Spin down container
4. Verify volume exists: `docker volume ls`
5. Spin up container
6. Verify test data persists
7. Document result below
## Verified Apps
(Will populate as apps are tested)
### Example Entry Template
```
## AppName
- Volume: coolify-appname-data
- Mount: /path/to/data
- Data persisted: ✓ YES / ✗ NO
- Tested: YYYY-MM-DD
- Notes: Critical data in X location
```
## Critical Data Locations
- Gitea: `/data/git/repositories`
- PostgreSQL: Container-managed volume
- Uptime Kuma: `/app/data`