Remove postgres healthcheck (it gets overriden by mariadb)

This commit is contained in:
Lev Vereshchagin
2022-02-08 15:48:58 +03:00
parent d83a40154e
commit b2f63640ee

View File

@@ -4,15 +4,10 @@ services:
DB_HOST: db
DB_PORT: 5432
depends_on:
db:
condition: service_healthy
- db
db:
image: postgres:14.1
healthcheck:
test: pg_isready
interval: 1s
retries: 15
image: postgres:13.5
command: []
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD:?No db password set}