mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
fix: tests use erpnext images for ci
This commit is contained in:
parent
51c3e75074
commit
0d3fbc09fc
1 changed files with 7 additions and 7 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue