1
0
Fork 0
mirror of synced 2024-05-27 16:09:44 +12:00

remove redis-commander

This commit is contained in:
Torsten Dittmann 2021-06-24 16:54:03 +02:00
parent 923d373b6d
commit a77291dcb0

View file

@ -527,15 +527,15 @@ services:
networks:
- appwrite
redis-commander:
image: rediscommander/redis-commander:latest
restart: unless-stopped
networks:
- appwrite
environment:
- REDIS_HOSTS=redis
ports:
- "8081:8081"
# redis-commander:
# image: rediscommander/redis-commander:latest
# restart: unless-stopped
# networks:
# - appwrite
# environment:
# - REDIS_HOSTS=redis
# ports:
# - "8081:8081"
# resque:
# image: appwrite/resque-web:1.1.0