2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-23 23:28:27 +00:00

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_HOST: db
DB_PORT: 5432 DB_PORT: 5432
depends_on: depends_on:
db: - db
condition: service_healthy
db: db:
image: postgres:14.1 image: postgres:13.5
healthcheck:
test: pg_isready
interval: 1s
retries: 15
command: [] command: []
environment: environment:
POSTGRES_PASSWORD: ${DB_PASSWORD:?No db password set} POSTGRES_PASSWORD: ${DB_PASSWORD:?No db password set}