Initial commit

This commit is contained in:
2025-10-22 19:59:09 +00:00
commit 67996ade86
34 changed files with 905 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
redis-commander:
container_name: redis-commander
# hostname: redis-commander
image: ghcr.io/joeferner/redis-commander:latest
# build: .
restart: always
environment:
- REDIS_HOSTS=local:redis:6379
# ports:
# - "8081:8081"
user: redis
networks:
db:
external: true
web:
external: true