Removed the HEalth Chck
This commit is contained in:
parent
74f0d20528
commit
d8811aead8
@ -13,11 +13,7 @@ services:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- ./packages/database/schema.sql:/docker-entrypoint-initdb.d/01_schema.sql
|
||||
- ./packages/database/seed.sql:/docker-entrypoint-initdb.d/02_seed.sql
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U vibe -d vibe_db"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
@ -28,11 +24,7 @@ services:
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
command: redis-server --appendonly yes
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
|
||||
osrm:
|
||||
image: osrm/osrm-backend:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user