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

25 lines
649 B
YAML
Raw Normal View History

2021-12-13 16:37:03 +00:00
services:
configurator:
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
2021-12-13 16:37:03 +00:00
backend:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
2021-12-13 16:37:03 +00:00
frontend:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/frappe-nginx:${FRAPPE_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/frappe-worker:${FRAPPE_VERSION}
2021-12-13 16:37:03 +00:00
queue-default:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
2021-12-13 16:37:03 +00:00
queue-long:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
2021-12-13 16:37:03 +00:00
scheduler:
2021-12-14 12:27:09 +00:00
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}