mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-10 09:02:13 +00:00
19 lines
408 B
YAML
19 lines
408 B
YAML
services:
|
|
backend:
|
|
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
frontend:
|
|
image: frappe/erpnext-nginx:${ERPNEXT_VERSION}
|
|
|
|
queue-short:
|
|
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
queue-default:
|
|
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
queue-long:
|
|
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
scheduler:
|
|
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|