feat(logging): finalize log-ingest service for dokploy-network deployment

- Update log-ingest to use internal Loki endpoint
- Add standalone docker-compose for dokploy deployment
- Update ROADMAP and LOGGING-PLAN with completed status
- Configure proper network settings for dokploy-network
This commit is contained in:
Oussama Douhou
2026-01-10 14:19:42 +01:00
parent 80e54ce578
commit f5f10ed6c4
7 changed files with 64 additions and 27 deletions

View File

@@ -50,7 +50,7 @@ services:
image: prom/prometheus:v2.47.0
container_name: ai-stack-prometheus
ports:
- "9090:9090"
- "9091:9090"
volumes:
- ./config/prometheus.yml:/etc/prometheus/prometheus.yml:ro
- ./alerting:/etc/prometheus/alerting:ro