You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
541 B

  1. services:
  2. redis-ui:
  3. image: marian/rebrow
  4. restart: always
  5. ports:
  6. - "5001:5001"
  7. links:
  8. - redis-example:redis-example
  9. redis-stack:
  10. image: redis/redis-stack:latest
  11. restart: always
  12. ports:
  13. - "8001:8001"
  14. expose:
  15. - 6379
  16. redis-commander:
  17. container_name: redis-commander
  18. hostname: redis-commander
  19. image: ghcr.io/joeferner/redis-commander:latest
  20. restart: always
  21. environment:
  22. - REDIS_HOSTS=intai:redis-intai:6379
  23. ports:
  24. - "8081:8081"
  25. volumes:
  26. elastic: