auto commit

This commit is contained in:
bangdk 2024-11-09 06:24:50 +09:00
parent 103c475541
commit 29eb68e5bd

View File

@ -119,3 +119,14 @@ services:
# interval: 30s
# timeout: 10s
# retries: 3
redis-commander:
image: rediscommander/redis-commander:latest
restart: unless-stopped
ports:
- "8081:8081"
environment:
- REDIS_HOSTS=local:redis:6379
- REDIS_PASSWORD=${NODE_ENV:-development:-REDIS_PASSWORD}
depends_on:
- redis