2021-12-13 19:37:03 +03:00
|
|
|
version: "3.9"
|
|
|
|
|
|
|
|
services:
|
|
|
|
backend:
|
2021-12-13 19:39:45 +03:00
|
|
|
image: localhost:5000/frappe/frappe-worker:latest
|
2021-12-13 19:37:03 +03:00
|
|
|
|
|
|
|
frontend:
|
2021-12-13 19:39:45 +03:00
|
|
|
image: localhost:5000/frappe/frappe-nginx:latest
|
2021-12-13 19:37:03 +03:00
|
|
|
|
|
|
|
websocket:
|
2021-12-13 19:39:45 +03:00
|
|
|
image: localhost:5000/frappe/frappe-socketio:latest
|
2021-12-13 19:37:03 +03:00
|
|
|
|
|
|
|
queue-short:
|
2021-12-13 19:39:45 +03:00
|
|
|
image: localhost:5000/frappe/frappe-worker:latest
|
2021-12-13 19:37:03 +03:00
|
|
|
|
|
|
|
queue-default:
|
2021-12-13 19:39:45 +03:00
|
|
|
image: localhost:5000/frappe/frappe-worker:latest
|
2021-12-13 19:37:03 +03:00
|
|
|
|
|
|
|
queue-long:
|
2021-12-13 19:39:45 +03:00
|
|
|
image: localhost:5000/frappe/frappe-worker:latest
|
2021-12-13 19:37:03 +03:00
|
|
|
|
|
|
|
scheduler:
|
2021-12-13 19:39:45 +03:00
|
|
|
image: localhost:5000/frappe/frappe-worker:latest
|