UNPKG

@awearsolutions/redis-commander

Version:

Redis web-based management tool written in node.js

18 lines (16 loc) 342 B
version: '3' services: redis: container_name: redis hostname: redis image: redis redis-commander: container_name: redis-commander hostname: redis-commander image: rediscommander/redis-commander:latest build: . restart: always environment: - REDIS_HOSTS=local:redis:6379 ports: - 8081:8081