Resource optimization
Resource usage
datasource:
container_name: datasource
image: cruibakeryonprem.azurecr.io/cloud/datasource:${UI_BAKERY_VERSION:-latest}
restart: always
env_file: .env
deploy:
resources:
limits:
cpus: '1'
memory: 1024MReplicating UI Bakery services
Scaling with docker compose
Scaling with kubernates
Last updated
Was this helpful?