clear healthcheck on redis container NOCHANGELOG

This commit is contained in:
petitminion 2024-08-04 13:23:30 +00:00
parent a972708334
commit 181d39ffbc
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ services:
- internal
redis:
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 5
env_file:
- .env.dev
- .env