Skip to content

Commit

Permalink
Merge pull request #418 from MaRDI4NFDI/stack
Browse files Browse the repository at this point in the history
Add redis-commander to stack
  • Loading branch information
physikerwelt authored Nov 5, 2023
2 parents 47eb8fa + bb3e7e9 commit 099f325
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose-stack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
services:
redis:
image: redis:7
image: redis:7
redis-commander:
image: rediscommander/redis-commander:latest
environment:
- REDIS_HOSTS=redis:6379
ports:
- "8081:8081"

0 comments on commit 099f325

Please sign in to comment.