mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Removed Redis gui because it has no native image for arm64
This commit is contained in:
parent
8316d48a2f
commit
557c78d4fc
1 changed files with 0 additions and 11 deletions
|
@ -17,17 +17,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis # Add this to make sure Django can reach the Redis server
|
- 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 Server
|
||||||
redis:
|
redis:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
|
|
Loading…
Reference in a new issue