Removed Redis gui because it has no native image for arm64

This commit is contained in:
Keannu Bernasol 2023-09-14 20:57:48 +08:00
parent 8316d48a2f
commit 557c78d4fc

View file

@ -17,17 +17,6 @@ services:
depends_on:
- redis # Add this to make sure Django can reach the Redis server
redis-commander:
container_name: redis-commander
hostname: redis-commander
image: rediscommander/redis-commander:latest
build: .
restart: always
environment:
- REDIS_HOSTS=redis
ports:
- "8444:8081"
# Redis Server
redis:
image: redis:latest