mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
22 lines
393 B
YAML
22 lines
393 B
YAML
|
services:
|
||
|
configurator:
|
||
|
image: custom_app/worker:${VERSION}
|
||
|
|
||
|
backend:
|
||
|
image: custom_app/worker:${VERSION}
|
||
|
|
||
|
frontend:
|
||
|
image: custom_app/nginx:${VERSION}
|
||
|
|
||
|
queue-short:
|
||
|
image: custom_app/worker:${VERSION}
|
||
|
|
||
|
queue-default:
|
||
|
image: custom_app/worker:${VERSION}
|
||
|
|
||
|
queue-long:
|
||
|
image: custom_app/worker:${VERSION}
|
||
|
|
||
|
scheduler:
|
||
|
image: custom_app/worker:${VERSION}
|