2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-25 08:08:36 +00:00
frappe_docker/tests/compose.ci.yml

24 lines
506 B
YAML
Raw Normal View History

2021-12-13 19:37:03 +03:00
version: "3.9"
services:
backend:
2021-12-13 19:39:45 +03:00
image: localhost:5000/frappe/frappe-worker:latest
2021-12-13 19:37:03 +03:00
frontend:
2021-12-13 19:39:45 +03:00
image: localhost:5000/frappe/frappe-nginx:latest
2021-12-13 19:37:03 +03:00
websocket:
2021-12-13 19:39:45 +03:00
image: localhost:5000/frappe/frappe-socketio:latest
2021-12-13 19:37:03 +03:00
queue-short:
2021-12-13 19:39:45 +03:00
image: localhost:5000/frappe/frappe-worker:latest
2021-12-13 19:37:03 +03:00
queue-default:
2021-12-13 19:39:45 +03:00
image: localhost:5000/frappe/frappe-worker:latest
2021-12-13 19:37:03 +03:00
queue-long:
2021-12-13 19:39:45 +03:00
image: localhost:5000/frappe/frappe-worker:latest
2021-12-13 19:37:03 +03:00
scheduler:
2021-12-13 19:39:45 +03:00
image: localhost:5000/frappe/frappe-worker:latest