mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor: improve naming of worker services
This commit is contained in:
parent
6b645d8401
commit
4b18157379
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ services:
|
|||
- sites:/home/frappe/frappe-bench/sites
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
queue-long:
|
||||
queue-worker-long:
|
||||
image: frappe/erpnext:v15.38.1
|
||||
deploy:
|
||||
restart_policy:
|
||||
|
|
@ -141,7 +141,7 @@ services:
|
|||
- sites:/home/frappe/frappe-bench/sites
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
queue-short:
|
||||
queue-worker-short:
|
||||
image: frappe/erpnext:v15.38.1
|
||||
deploy:
|
||||
restart_policy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue