Templates
HubFly includes templates for both single containers and compose stacks.
Single-Container Templates
Single-container templates include:
- PostgreSQL
- Redis
- MongoDB
- Node.js
- Python
- Mydbportal Studio
- Redis Insight
- Valkey
- pgAdmin
- PhpMyAdmin
- MySQL
- Nginx
- VS Code Server
- MinIO
Each template can prefill:
- Docker image
- Ports
- Volumes
- Environment variables
- Default command
How To Deploy A Single-Container Template
- Open
New Container. - Choose
Template. - Search or filter the marketplace.
- Select the template.
- Continue through resources, storage, runtime, and review.
- Deploy.
Compose Templates
Compose templates include:
- WordPress
- Odoo
- Frappe
- Metabase
- Ghost
- Directus
- Meilisearch
- Umami
- PocketBase
- Uptime Kuma
These templates can define:
- Multiple services
- Managed volumes
- Dependency order
- Per-service env vars
- Ports
- Healthchecks
- Restart policies
Choosing Between Template Types
- Use a single-container template for one service with optional attached volumes
- Use a compose template for a full stack such as app plus database plus worker
Notes
- Template defaults are a starting point and can be edited before deployment