mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-13 00:36:26 +00:00
27 lines
609 B
YAML
27 lines
609 B
YAML
services:
|
|
backend:
|
|
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
volumes:
|
|
- assets:/home/frappe/frappe-bench/sites/assets
|
|
|
|
frontend:
|
|
image: frappe/erpnext-nginx:${ERPNEXT_VERSION}
|
|
volumes:
|
|
- assets:/usr/share/nginx/html/assets
|
|
|
|
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}
|
|
|
|
# ERPNext requires local assets access (Frappe does not)
|
|
volumes:
|
|
assets:
|