UNPKG
node-redis-warlock
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Battle-hardened distributed locking using redis
github.com/thedeveloper/warlock
thedeveloper/warlock
node-redis-warlock
/
docker-compose.yaml
14 lines
(12 loc)
•
238 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
redis:
image:
redis:3.2-alpine
ports:
-
6386
:6379
container_name:
warlock-redis
monitor:
image:
redis:3.2-alpine
links:
-
redis
entrypoint:
"/bin/sh"
command:
> "-c" "redis-cli -h warlock-redis -p 6379 monitor"