mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 09:06:21 +01:00
Default redis configuration for docker setup
This commit is contained in:
@@ -78,10 +78,11 @@ services:
|
||||
|
||||
redis:
|
||||
image: redis:8
|
||||
command: redis-server
|
||||
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
||||
restart: always
|
||||
volumes:
|
||||
- "redis-data:/data"
|
||||
- ./conf/redis.conf:/usr/local/etc/redis/redis.conf:ro
|
||||
- ./conf/redis_healthcheck.sh:/usr/local/bin/redis_healthcheck.sh
|
||||
healthcheck:
|
||||
test: ["CMD", "/usr/local/bin/redis_healthcheck.sh"]
|
||||
|
||||
Reference in New Issue
Block a user