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.

29 lines
557 B

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