mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Update pwd.yml
Emails are not sent automatically due to queue long and queue short containers are starting before the redis-queue and it is failing to connect and queue long and queue short containers are getting exited. Creedated dependecy in compose file so it will start only after redis-queue.
This commit is contained in:
parent
2cdf119c94
commit
e90d613e67
1 changed files with 4 additions and 0 deletions
4
pwd.yml
4
pwd.yml
|
|
@ -142,6 +142,8 @@ services:
|
|||
volumes:
|
||||
- sites:/home/frappe/frappe-bench/sites
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
depends_on:
|
||||
- redis-queue
|
||||
|
||||
queue-short:
|
||||
image: frappe/erpnext:v15.57.0
|
||||
|
|
@ -158,6 +160,8 @@ services:
|
|||
volumes:
|
||||
- sites:/home/frappe/frappe-bench/sites
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
depends_on:
|
||||
- redis-queue
|
||||
|
||||
redis-queue:
|
||||
image: redis:6.2-alpine
|
||||
|
|
|
|||
Loading…
Reference in a new issue