2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-14 00:54:07 +00:00
frappe_docker/overrides/compose.erpnext.yaml

22 lines
477 B
YAML
Raw Normal View History

2021-12-13 16:36:54 +00:00
services:
configurator:
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:36:54 +00:00
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}