2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 09:02:13 +00:00
frappe_docker/overrides/compose.erpnext.yaml

19 lines
408 B
YAML
Raw Normal View History

2021-12-13 16:36:54 +00:00
services:
backend:
2021-12-13 16:39:45 +00:00
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:36:54 +00:00
frontend:
2021-12-13 16:39:45 +00:00
image: frappe/erpnext-nginx:${ERPNEXT_VERSION}
2021-12-13 16:36:54 +00:00
queue-short:
2021-12-13 16:39:45 +00:00
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:36:54 +00:00
queue-default:
2021-12-13 16:39:45 +00:00
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:36:54 +00:00
queue-long:
2021-12-13 16:39:45 +00:00
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:36:54 +00:00
scheduler:
2021-12-13 16:39:45 +00:00
image: frappe/erpnext-worker:${ERPNEXT_VERSION}