From 4b181573798880b69d8a17bbdfd6c706e2aca455 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:17:06 +0200 Subject: [PATCH] refactor: improve naming of worker services --- templates/compose/erpnext.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/erpnext.yaml b/templates/compose/erpnext.yaml index 713abf1e2..cb7032ac2 100644 --- a/templates/compose/erpnext.yaml +++ b/templates/compose/erpnext.yaml @@ -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: