2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 02:59:02 +00:00
frappe_docker/tests/compose.ci-erpnext.yaml

25 lines
663 B
YAML
Raw Normal View History

2021-12-13 16:37:03 +00:00
services:
configurator:
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:37:03 +00:00
backend:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:37:03 +00:00
frontend:
2021-12-14 12:37:32 +00:00
image: localhost:5000/frappe/erpnext-nginx:${ERPNEXT_VERSION}
2021-12-13 16:37:03 +00:00
websocket:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}
2021-12-13 16:37:03 +00:00
queue-short:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:37:03 +00:00
queue-default:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:37:03 +00:00
queue-long:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
2021-12-13 16:37:03 +00:00
scheduler:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}