2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 07:38:33 +00:00
frappe_docker/tests/compose.ci-erpnext.yaml

25 lines
663 B
YAML
Raw Normal View History

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