big update new dashboard and import export
This commit is contained in:
@@ -3,13 +3,20 @@ services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
container_name: redis
|
||||
command:
|
||||
- redis-server --appendonly yes
|
||||
- redis-server --requirepass CNXpuhMdxXHo7ZK8bhtXDvgXVZcjRn
|
||||
command: >
|
||||
redis-server
|
||||
--requirepass CNXpuhMdxXHo7ZK8bhtXDvgXVZcjRn
|
||||
--appendonly yes
|
||||
--appendfsync everysec
|
||||
--maxmemory 256mb
|
||||
--maxmemory-policy volatile-lru
|
||||
--tcp-keepalive 60
|
||||
--timeout 300
|
||||
--loglevel notice
|
||||
ports:
|
||||
- 6379:6379
|
||||
volumes:
|
||||
- ./data:/redis
|
||||
- ./data/redis:/data
|
||||
restart: always
|
||||
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user