Skip to main content

LocalStack Deployable Applications

Summary of CloudForge apps on LocalStack (Interactive Deployer option 8). For MiniStack-only apps and shared commands, see the full catalog.

Requires LOCALSTACK_AUTH_TOKEN and a running LocalStack selected from InteractiveDeployer --platform.


All discovered applications (37+)

LocalStack supports every ServiceLoader plugin when the probed tier exposes required capabilities:

CapabilityRequired for
ECS + ELBV2All Fargate stacks (default)
RDSprovisionDatabase: true, requiresDatabase(), or AWS::RDS::* in template
EC2 + Auto Scalingruntime: ec2
EFS / Backup (Ultimate)Native resources; Base tier adapts EFS to bind mounts and strips Backup

Preflight: LOCALSTACK_PREFLIGHT=enforce (default). Details are in the README preflight.


Without RDS (same 13 as MiniStack)

Application IDPortSample context
cloudforge-manager1958Extend CloudForgeManager-Dev.json
jenkins8080Jenkins-Stack-LocalStack.json (domain/Cognito example)
grafana3000Grafana-Stack.json
prometheus9090Prometheus-Stack.json
metabase3000Metabase-Stack.json
gitea3000Gitea-Stack.json
drone80Drone-Stack.json
vault8200Vault-Stack.json
redis6379Redis-Stack.json
nexus8081Nexus-Stack.json
postgresql5432PostgreSQL-Stack.json
sonarqube9000SonarQube-Stack.json

LocalStack keeps ALB→ECS forward (MiniStack redirects to localhost:<port>).


With RDS (LocalStack only among local emulators)

Set provisionDatabase: true and use full deployment context (boolean fields, authMode, etc.).

Application IDPortNotes
gitlab80Long startup
harbor80Heavy stack
superset8088
mattermost-enterprise8065Sample: Mattermost-Stack-LocalStack.json
mattermost-team8065
All CMS pluginsmostly 80WordPress, Drupal, Magento, WooCommerce, Joomla, Typo3, phpBB, Moodle, MediaWiki, OpenCart, PrestaShop, Sylius, Bagisto, Flarum, MyBB, SuiteCRM, Concrete, October, Dolphin UNA, Craft CMS (sample)

Verify container images exist locally; some enterprise tags may fail to pull.


Blocked on MiniStack only

Apps in the RDS/CMS tables above are blocked on MiniStack option 6 by preflight but deploy here on option 8.