Skip to content

Commit

Permalink
local docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Jan 2, 2023
1 parent 320b241 commit 5f9a17d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.dev.yml
@@ -0,0 +1,13 @@
version: "3.8"
services:
redis:
container_name: redis
image: "redis:6.2-alpine"
ports:
- 6379:6379
volumes:
- redis-data:/var/lib/redis

volumes:
redis-data:
driver: local

0 comments on commit 5f9a17d

Please sign in to comment.