mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +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:
|
||||
image: frappe/erpnext:v15.10.3
|
||||
depends_on:
|
||||
- websocket
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
|
|||
Loading…
Reference in a new issue