2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-26 08:38:25 +00:00
frappe_docker/overrides/compose.erpnext.yaml

22 lines
477 B
YAML
Raw Normal View History

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