1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

dev: introduce redis insights

This commit is contained in:
Torsten Dittmann 2024-02-13 12:26:02 +00:00
parent cbf1085850
commit 3476ab2627

View file

@ -928,6 +928,7 @@ services:
# - appwrite # - appwrite
# volumes: # volumes:
# - appwrite-uploads:/storage/uploads # - appwrite-uploads:/storage/uploads
# Dev Tools Start ------------------------------------------------------------------------------------------ # Dev Tools Start ------------------------------------------------------------------------------------------
# #
# The Appwrite Team uses the following tools to help debug, monitor and diagnose the Appwrite stack # The Appwrite Team uses the following tools to help debug, monitor and diagnose the Appwrite stack
@ -936,8 +937,9 @@ services:
# #
# MailCatcher - An SMTP server. Catches all system emails and displays them in a nice UI. # MailCatcher - An SMTP server. Catches all system emails and displays them in a nice UI.
# RequestCatcher - An HTTP server. Catches all system https calls and displays them using a simple HTTP API. Used to debug & tests webhooks and HTTP tasks # RequestCatcher - An HTTP server. Catches all system https calls and displays them using a simple HTTP API. Used to debug & tests webhooks and HTTP tasks
# RedisCommander - A nice UI for exploring Redis data # Redis Insight - A nice UI for exploring Redis data
# Webgrind - A nice UI for exploring and debugging code-level stuff # Adminer - A nice UI for exploring MariaDB data
# GraphQl Explorer - A nice UI for exploring GraphQL API
maildev: # used mainly for dev tests maildev: # used mainly for dev tests
image: appwrite/mailcatcher:1.0.0 image: appwrite/mailcatcher:1.0.0
@ -967,21 +969,15 @@ services:
networks: networks:
- appwrite - appwrite
# redis-commander: redis-insight:
# image: rediscommander/redis-commander:latest image: redis/redisinsight:latest
# restart: unless-stopped restart: unless-stopped
# networks: networks:
# - appwrite - appwrite
# environment: environment:
# - REDIS_HOSTS=redis - REDIS_HOSTS=redis
# ports: ports:
# - "8081:8081" - "8081:5540"
# webgrind:
# image: 'jokkedk/webgrind:latest'
# volumes:
# - './debug:/tmp'
# ports:
# - '3001:80'
graphql-explorer: graphql-explorer:
container_name: appwrite-graphql-explorer container_name: appwrite-graphql-explorer