Skip to content

Instantly share code, notes, and snippets.

@joeywhelan
Created March 2, 2025 20:14
re1:
image: redislabs/redis:latest
container_name: re1
restart: unless-stopped
tty: true
cap_add:
- sys_resource
ports:
- 12000:12000
- 8443:8443
- 9443:9443
networks:
redis-net:
ipv4_address: 192.168.20.2
re2:
image: redislabs/redis:latest
container_name: re2
restart: unless-stopped
tty: true
cap_add:
- sys_resource
networks:
redis-net:
ipv4_address: 192.168.20.3
re3:
image: redislabs/redis:latest
container_name: re3
restart: unless-stopped
tty: true
cap_add:
- sys_resource
networks:
redis-net:
ipv4_address: 192.168.20.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment