madhusudhanoneture/redis-app:latest

Manifest digest

sha256:c61731e2bd97e6daf2cdbb329af4ef19bcde6ea56ee0e076dee23dfec3300bf0

Last pushed

about 2 months by madhusudhanoneture

Type

Compose

Manifest digest

sha256:c61731e2bd97e6daf2cdbb329af4ef19bcde6ea56ee0e076dee23dfec3300bf0

Compose file content

services:
  redis:
    image: redis:alpine
    container_name: redis
    restart: unless-stopped
    ports:
      - "6379:6379"
    volumes:
      - redis-data:/data
    networks:
      - redis-network

  redisinsight:
    image: redis/redisinsight:latest
    container_name: redisinsight
    restart: unless-stopped
    ports:
      - "5540:5540"
    volumes:
      - redisinsight-data:/data
    networks:
      - redis-network
    depends_on:
      - redis

volumes:
  redis-data:
    driver: local
  redisinsight-data:
    driver: local

networks:
  redis-network:
    driver: bridge   

Docker commands

docker compose -f oci://madhusudhanoneture/redis-app:latest up

Use the above command to pull and run the Compose file. Learn more.

Images used

Image + 1 more

Redis is the world’s fastest data platform for caching, vector search, and NoSQL databases.


Pulls

1B+

Stars

13601

Last Updated

about 9 hours

Image

Redis Insight - our best official GUI for Redis


Pulls

1M+

Stars

54

Last Updated

30 days