mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-14 00:54:07 +00:00
22 lines
579 B
YAML
22 lines
579 B
YAML
services:
|
|
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}
|