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 restart: on-failure:5
configurator: configurator:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
entrypoint: entrypoint:
- bash - bash
- -c - -c
@@ -113,7 +113,7 @@ services:
condition: service_healthy condition: service_healthy
backend: backend:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
container_name: ERPNext-BACKEND container_name: ERPNext-BACKEND
hostname: backend hostname: backend
mem_limit: 1g mem_limit: 1g
@@ -130,7 +130,7 @@ services:
condition: service_completed_successfully condition: service_completed_successfully
websocket: websocket:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
command: command:
- node - node
- /home/frappe/frappe-bench/apps/frappe/socketio.js - /home/frappe/frappe-bench/apps/frappe/socketio.js
@@ -150,7 +150,7 @@ services:
condition: service_completed_successfully condition: service_completed_successfully
create-site: create-site:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
entrypoint: entrypoint:
- bash - bash
- -c - -c
@@ -188,7 +188,7 @@ services:
condition: service_completed_successfully condition: service_completed_successfully
queue-default: queue-default:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
command: bench worker --queue default command: bench worker --queue default
container_name: ERPNext-QUEUE-DEFAULT container_name: ERPNext-QUEUE-DEFAULT
hostname: queue-default hostname: queue-default
@@ -206,7 +206,7 @@ services:
condition: service_completed_successfully condition: service_completed_successfully
queue-long: queue-long:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
command: bench worker --queue long command: bench worker --queue long
container_name: ERPNext-QUEUE-LONG container_name: ERPNext-QUEUE-LONG
hostname: queue-long hostname: queue-long
@@ -224,7 +224,7 @@ services:
condition: service_completed_successfully condition: service_completed_successfully
queue-short: queue-short:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
command: bench worker --queue short command: bench worker --queue short
container_name: ERPNext-QUEUE-SHORT container_name: ERPNext-QUEUE-SHORT
hostname: queue-short hostname: queue-short
@@ -242,7 +242,7 @@ services:
condition: service_completed_successfully condition: service_completed_successfully
scheduler: scheduler:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
command: bench schedule command: bench schedule
container_name: ERPNext-SCHEDULER container_name: ERPNext-SCHEDULER
hostname: scheduler hostname: scheduler
@@ -260,7 +260,7 @@ services:
condition: service_completed_successfully condition: service_completed_successfully
frontend: frontend:
image: frappe/erpnext:latest image: frappe/erpnext:v16.18.1
command: command:
- nginx-entrypoint.sh - nginx-entrypoint.sh
container_name: ERPNext-FRONTEND container_name: ERPNext-FRONTEND