docs(workflow): formalize gitflow process and templates
This commit is contained in:
@ -104,7 +104,7 @@ services:
|
||||
image: redis:7-alpine
|
||||
command: redis-server --save 60 1 --loglevel warning
|
||||
volumes:
|
||||
- runtime_data:/data
|
||||
- redis_data:/data
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 10s
|
||||
@ -117,3 +117,4 @@ volumes:
|
||||
static_data:
|
||||
media_data:
|
||||
runtime_data:
|
||||
redis_data:
|
||||
|
||||
Reference in New Issue
Block a user