mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 00:18:47 -05:00
Added docker images for MongoDB and Redis to project. Updated readme with instructions to run docker images
This commit is contained in:
+4
-1
@@ -1,3 +1,6 @@
|
||||
node_modules
|
||||
.env
|
||||
*.log
|
||||
*.log
|
||||
*.sh
|
||||
docker/mongo/mongo_data/*
|
||||
docker/redis/redis_data/*
|
||||
@@ -0,0 +1,2 @@
|
||||
FROM mongo
|
||||
EXPOSE 27017
|
||||
@@ -0,0 +1,2 @@
|
||||
FROM redis
|
||||
EXPOSE 6379
|
||||
Reference in New Issue
Block a user