new config

This commit is contained in:
Andreas Knuth
2024-03-01 18:20:38 -06:00
parent bef937fc7a
commit a8450aa792
2 changed files with 8 additions and 5 deletions

View File

@@ -4,10 +4,10 @@ services:
container_name: redis-stack
image: "redis/redis-stack:latest"
ports:
- 6380:6379
- '6380:6380'
environment:
- REDIS_ARGS="--notify-keyspace-events Ksg"
- REDIS_AOF_ENABLED=yes
- REDIS_ARGS = "--save 10 1 --appendonly yes"
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
volumes:
- ./redis-data:/data
- ./redis.conf:/usr/local/etc/redis/redis.conf
@@ -16,4 +16,4 @@ services:
networks:
bizmatch:
external: true
external: true