mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix minor convention issues across 10 stacks
This commit is contained in:
@@ -12,11 +12,6 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
depends_on:
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: ${REDIS_HEALTHCHECK_INTERVAL:-20s}
|
||||
timeout: ${REDIS_HEALTHCHECK_TIMEOUT:-3s}
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user