mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
f605addb71
* chore: resolve merge conflict * ci: changes for version 15 * chore: upgrade python and nodejs * ci: fix v15 build * fix: add redis_socketio for backward compatibility * ci: fix v15 build * ci: fix test endpoint changed to erpnext.templates.pages.search_help.get_help_results_sections
22 lines
530 B
YAML
22 lines
530 B
YAML
services:
|
|
configurator:
|
|
image: localhost:5000/frappe/erpnext:${ERPNEXT_VERSION}
|
|
|
|
backend:
|
|
image: localhost:5000/frappe/erpnext:${ERPNEXT_VERSION}
|
|
|
|
frontend:
|
|
image: localhost:5000/frappe/erpnext:${ERPNEXT_VERSION}
|
|
|
|
websocket:
|
|
image: localhost:5000/frappe/erpnext:${ERPNEXT_VERSION}
|
|
|
|
queue-short:
|
|
image: localhost:5000/frappe/erpnext:${ERPNEXT_VERSION}
|
|
|
|
queue-long:
|
|
image: localhost:5000/frappe/erpnext:${ERPNEXT_VERSION}
|
|
|
|
scheduler:
|
|
image: localhost:5000/frappe/erpnext:${ERPNEXT_VERSION}
|