Skip to content

Commit

Permalink
add redis commander on 8381
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed Feb 21, 2025
1 parent b922f9c commit a46963c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions quickstart-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,17 @@ services:
ports:
- 6379

redis-commander:
image: rediscommander/redis-commander:latest
environment:
- REDIS_HOSTS=local:redis:6379
ports:
- 8081:8081
networks:
- alkemio_dev_net
depends_on:
- redis

whiteboard-collaboration:
container_name: alkemio_dev_whiteboard_collaboration
hostname: whiteboard-collaboration
Expand Down

0 comments on commit a46963c

Please sign in to comment.