mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactored all to dev
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# redis
|
||||
|
||||
## Overview
|
||||
|
||||
Docker Hub: https://hub.docker.com/_/redis
|
||||
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
redis:
|
||||
image: ${REDIS_IMAGE:-redis:alpine}
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 20s
|
||||
timeout: 3s
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
|
||||
# redis
|
||||
REDIS_IMAGE=redis:alpine
|
||||
Reference in New Issue
Block a user