mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix(overrides): clear db command for postgres to fix CI merge conflicts
This commit is contained in:
parent
47ac9e8422
commit
9c777a56e5
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
|
command: []
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue