Initial commit
This commit is contained in:
17
mgmt/redis-commander/compose.yml
Normal file
17
mgmt/redis-commander/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user