This commit is contained in:
2025-08-03 16:18:51 +03:00
parent e62eff7761
commit feeb1286e8

View File

@@ -23,6 +23,17 @@ services:
networks:
- app-network
redis:
image: redis:latest
healthcheck:
test: ["CMD", "nc", "-z", "-v", "localhost", "6379"]
interval: 5s
timeout: 10s
retries: 15
start_period: 5s
networks:
- app-network
networks:
app-network:
driver: bridge