Update docker-compose.yml

This commit is contained in:
2026-05-13 14:32:36 +02:00
parent 81a74285de
commit 503705b55b
+9 -9
View File
@@ -72,7 +72,7 @@ services:
restart: on-failure:5
configurator:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
entrypoint:
- bash
- -c
@@ -113,7 +113,7 @@ services:
condition: service_healthy
backend:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
container_name: ERPNext-BACKEND
hostname: backend
mem_limit: 1g
@@ -130,7 +130,7 @@ services:
condition: service_completed_successfully
websocket:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
command:
- node
- /home/frappe/frappe-bench/apps/frappe/socketio.js
@@ -150,7 +150,7 @@ services:
condition: service_completed_successfully
create-site:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
entrypoint:
- bash
- -c
@@ -188,7 +188,7 @@ services:
condition: service_completed_successfully
queue-default:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
command: bench worker --queue default
container_name: ERPNext-QUEUE-DEFAULT
hostname: queue-default
@@ -206,7 +206,7 @@ services:
condition: service_completed_successfully
queue-long:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
command: bench worker --queue long
container_name: ERPNext-QUEUE-LONG
hostname: queue-long
@@ -224,7 +224,7 @@ services:
condition: service_completed_successfully
queue-short:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
command: bench worker --queue short
container_name: ERPNext-QUEUE-SHORT
hostname: queue-short
@@ -242,7 +242,7 @@ services:
condition: service_completed_successfully
scheduler:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
command: bench schedule
container_name: ERPNext-SCHEDULER
hostname: scheduler
@@ -260,7 +260,7 @@ services:
condition: service_completed_successfully
frontend:
image: frappe/erpnext:latest
image: frappe/erpnext:v16.18.1
command:
- nginx-entrypoint.sh
container_name: ERPNext-FRONTEND