Files
frappe_docker/tests/compose.ci.yml
Lev Vereshchagin 666fa9a61f Update tests
2021-12-13 19:37:03 +03:00

24 lines
465 B
YAML

version: "3.9"
services:
backend:
image: localhost:5000/frappe/backend:latest
frontend:
image: localhost:5000/frappe/frontend:latest
websocket:
image: localhost:5000/frappe/socketio:latest
queue-short:
image: localhost:5000/frappe/backend:latest
queue-default:
image: localhost:5000/frappe/backend:latest
queue-long:
image: localhost:5000/frappe/backend:latest
scheduler:
image: localhost:5000/frappe/backend:latest