fix: tests use erpnext images for ci

This commit is contained in:
Revant Nandgaonkar 2022-12-28 05:51:14 +05:30
parent 51c3e75074
commit 0d3fbc09fc

View file

@ -1,24 +1,24 @@
services: services:
configurator: configurator:
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
backend: backend:
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
frontend: frontend:
image: localhost:5000/frappe/frappe-nginx:${FRAPPE_VERSION} image: localhost:5000/frappe/erpnext-nginx:${ERPNEXT_VERSION}
websocket: websocket:
image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION} image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}
queue-short: queue-short:
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
queue-default: queue-default:
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
queue-long: queue-long:
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
scheduler: scheduler:
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}