mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
18 lines
408 B
YAML
18 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}
|