011 fix redis

This commit is contained in:
Раис Юсупалиев
2026-03-08 22:06:40 +03:00
parent 299a8e69ea
commit 81e484d7d1
8 changed files with 161 additions and 16 deletions
+5 -2
View File
@@ -1,18 +1,20 @@
services:
app:
image: yusupal1ev/g2s-aggregator:0.0.0
container_name: aggregator
ports:
- "8000:8000"
depends_on:
- redis
- signoz
volumes:
- ./config.yaml:/config.yaml
redis:
image: redis:7-alpine
container_name: redis
command: ["redis-server", "--save", "", "--appendonly", "no"]
ports:
- "6379:6379"
signoz:
image: signoz/signoz:latest
container_name: signoz
@@ -22,6 +24,7 @@ services:
SIGNOZ_ALERTS_CONTACT_POINT_FILE: /etc/signoz/alerts/signoz_contact_point_telegram.yaml
SIGNOZ_ALERTS_RULES_FILE: /etc/signoz/alerts/signoz_alert_rules.yaml
ports:
- "8080:8080"
- "3301:3301"
- "4317:4317"
volumes: