mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
frontend depends_on websocket to avoid error on startup
This commit is contained in:
parent
9a54fb709d
commit
fcf7c0c17a
1 changed files with 2 additions and 0 deletions
2
pwd.yml
2
pwd.yml
|
|
@ -90,6 +90,8 @@ services:
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: frappe/erpnext:v15.10.3
|
image: frappe/erpnext:v15.10.3
|
||||||
|
depends_on:
|
||||||
|
- websocket
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue