Local
Stoobly Scaffold Local Runtime - Questions & Answers
Local Runtime Structure
Q: Which files are created for both Docker and local runtime?
# Common to both:
.stoobly/services/
├── Makefile # Both
├── stoobly-ui/ # Both
└── your-service/ # BothQ: What's the difference between --runtime docker and --runtime local?
# Local runtime - Simplified structure
stoobly-agent scaffold app create my-app --runtime local
# Creates:
# - stoobly-ui/ (UI service)
# - your-services/ (only user services)
# No build/, entrypoint/, or gateway/ directoriesLocal Runtime Customization
Q: How do I configure my application to use Stoobly with local runtime?
Q: How do I add environment variables for local runtime?
Q: How do I run tests with local runtime?
Q: How do I use a custom context directory?
Q: How do I run workflows with custom namespaces?
Q: How do I run workflows in dry-run mode?
Advanced Configuration
Q: How do I increase logging verbosity?
Q: How do I follow workflow logs in real-time?
Local Runtime Troubleshooting
Q: How do I verify my local service configuration?
Q: Where can I find workflow logs for local runtime?
Last updated