mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-10 17:24:43 +00:00
24 lines
513 B
YAML
24 lines
513 B
YAML
|
version: "3.9"
|
||
|
|
||
|
services:
|
||
|
backend:
|
||
|
image: localhost:5000/frappe/erpnext-backend:latest
|
||
|
|
||
|
frontend:
|
||
|
image: localhost:5000/frappe/erpnext-frontend:latest
|
||
|
|
||
|
websocket:
|
||
|
image: localhost:5000/frappe/socketio:latest
|
||
|
|
||
|
queue-short:
|
||
|
image: localhost:5000/frappe/erpnext-backend:latest
|
||
|
|
||
|
queue-default:
|
||
|
image: localhost:5000/frappe/erpnext-backend:latest
|
||
|
|
||
|
queue-long:
|
||
|
image: localhost:5000/frappe/erpnext-backend:latest
|
||
|
|
||
|
scheduler:
|
||
|
image: localhost:5000/frappe/erpnext-backend:latest
|