mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-23 15:18:27 +00:00
Remove postgres healthcheck (it gets overriden by mariadb)
This commit is contained in:
parent
d83a40154e
commit
b2f63640ee
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user