mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 23:00:56 +00:00
25 lines
663 B
YAML
25 lines
663 B
YAML
services:
|
|
configurator:
|
|
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
backend:
|
|
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
frontend:
|
|
image: localhost:5000/frappe/erpnext-nginx:${ERPNEXT_VERSION}
|
|
|
|
websocket:
|
|
image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}
|
|
|
|
queue-short:
|
|
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
queue-default:
|
|
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
queue-long:
|
|
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
|
|
|
|
scheduler:
|
|
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
|