Skip to content

Commit

Permalink
Implement docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Moncy Gopalan committed Oct 24, 2021
1 parent 2779dd9 commit 67ece16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3.9"
services:
redis:
container_name: redistimeseries_ru102js
image: redislabs/redistimeseries:latest
expose:
- "6379"
ports:
- "6379:6379"
volumes:
- ./redisdata:/data
security_opt:
- "no-new-privileges:true"

0 comments on commit 67ece16

Please sign in to comment.