Remove grafana/influxdb processes and docs

This commit is contained in:
Deckard
2025-10-03 13:52:35 -04:00
parent b5ef1d8a61
commit beafe708e2
4 changed files with 10 additions and 28 deletions

View File

@@ -113,10 +113,10 @@ acore-compose/
├── docker-compose-azerothcore-services.env # Services configuration
├── docker-compose-azerothcore-tools.env # Tools configuration
├── docker-compose-azerothcore-optional.env # Optional services config
├── scripts/ # Deployment, cleanup, and backup automation
├── storage/ # Unified storage root (configurable via STORAGE_ROOT)
── azerothcore/ # All persistent data (database, configs, tools)
── backups/ # Database backups
├── scripts/ # Deployment, cleanup, and backup automation
├── storage/ # Unified storage root (configurable via STORAGE_ROOT)
── azerothcore/ # All persistent data (database, configs, tools)
│ └── backups/ # Database backups
└── readme.md # This documentation
```