Skip to content

Commit 5784d19

Browse files
committed
add docker-compose for running redis for tests
1 parent 3024adf commit 5784d19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '3.2'
2+
3+
services:
4+
redis:
5+
image: redis:6-alpine
6+
container_name: hngql-redis
7+
restart: unless-stopped
8+
network_mode: "host"
9+

0 commit comments

Comments
 (0)