mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Refactor Redis service configuration to use Redis 7.2-alpine image and update volume mapping
This commit is contained in:
+3
-8
@@ -11,15 +11,10 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis:7.2-alpine
|
||||||
command: ["redis-server", "/redis.conf"]
|
restart: unless-stopped
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "redis-cli", "ping"]
|
|
||||||
interval: 10s
|
|
||||||
timeout: 30s
|
|
||||||
retries: 3
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/redis.conf:/redis.conf
|
- /var/data/outline_redis_data:/data
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user