refactor: rename postgres-server to zabbix-db in Docker Compose and documentation

- Renamed `postgres-server` service to `zabbix-db` for consistency across services.
- Updated references in `docker-compose.yml` and local development guide to reflect the change.
This commit is contained in:
Andreas Hilbig 2026-02-13 09:09:43 +01:00
parent 6d0fe2c9d2
commit 1b9c1f2423
2 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ The project includes a Docker Compose profile that launches a complete Zabbix st
### Included Services
- **`zabbix-graphql-api`**: The main GraphQL server.
- **`apollo-mcp-server`**: The Model Context Protocol server for AI integration.
- **`postgres-server`**: PostgreSQL 16 database for Zabbix.
- **`zabbix-db`**: PostgreSQL 16 database for Zabbix.
- **`zabbix-server`**: Zabbix Server (PostgreSQL version).
- **`zabbix-web`**: Zabbix Web interface (Nginx/PostgreSQL).