always restart redis

This commit is contained in:
2025-08-23 15:09:08 +03:00
parent 60e731b6fd
commit c0e6b9e5d9
+1
View File
@@ -48,6 +48,7 @@ services:
redis:
image: 'redis:alpine'
restart: always
volumes:
- ./redis_data:/data
healthcheck: