mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-26 16:48:25 +00:00
24 lines
465 B
YAML
24 lines
465 B
YAML
|
version: "3.9"
|
||
|
|
||
|
services:
|
||
|
backend:
|
||
|
image: localhost:5000/frappe/backend:latest
|
||
|
|
||
|
frontend:
|
||
|
image: localhost:5000/frappe/frontend:latest
|
||
|
|
||
|
websocket:
|
||
|
image: localhost:5000/frappe/socketio:latest
|
||
|
|
||
|
queue-short:
|
||
|
image: localhost:5000/frappe/backend:latest
|
||
|
|
||
|
queue-default:
|
||
|
image: localhost:5000/frappe/backend:latest
|
||
|
|
||
|
queue-long:
|
||
|
image: localhost:5000/frappe/backend:latest
|
||
|
|
||
|
scheduler:
|
||
|
image: localhost:5000/frappe/backend:latest
|