docs/install/guides/separate-workers.mdx
Benefits of separating workers from the main application (APP):
Add the following volume mapping to your docker configuration:
```yaml
volumes:
- <your path>:/usr/src/app/cache
```
Note: This setup works whether you attach one volume per worker, It cannot be shared across multiple workers.