Local registry should only be used for development.
Production deployments should use remote custom registry sync.
Why local development
- Faster feedback loop
- No need to sync on every change
- No need to republish a workflow to use the latest platform and custom actions
How to enable local development
In your.env file, set the following environment variables:
TRACECAT__LOCAL_REPOSITORY_ENABLEDtotrueTRACECAT__LOCAL_REPOSITORY_PATHto the path of your local repository e.g.~/repos/my-local-registryPYTHONPATHto/app/local_registry: