Skip to main content
The ISLE plugin can switch individual derivative services between local Compose and the managed LibOps microservice deployment. enabled keeps the service in docker-compose.yml. distributed removes the service from the base stack, points the caller at https://microservices.libops.site, and keeps a local service override in docker-compose.dev.yml for development.

Services

Mergepdf is a feature bundle, not a service-only topology switch, because its Compose service and Drupal event action must change together.

Switch Services

Return a service to the base Compose stack with enabled:

FITS And Crayfits

Most sites should switch fits and crayfits together:
If only fits is distributed, crayfits remains local and sitectl sets CRAYFITS_WEBSERVICE_URI to the managed FITS webservice URL in docker-compose.yml. The docker-compose.dev.yml override still restores local fits and points crayfits back at http://fits:8080/fits/examine.

Create Flags

You can choose distributed services during create:
Omit a flag to keep that service at the template default, or pass enabled to keep it local explicitly.