DevPanel
Documentation
Reference

App Templates

Ready-to-use Docker Compose templates for common apps. Paste any of these into the New Service editor, add the required environment variables, and hit Deploy.

Tip: Variables like ${DB_PASS} are placeholders — add the actual values in the Env tab of your service before deploying.

PostgreSQL

Databasepostgres:16-alpine

The world's most advanced open-source relational database. Battle-tested for transactional workloads and complex queries.

  • ACID-compliant with full SQL support
  • JSON, full-text search, and PostGIS extensions
  • Ideal for web apps, analytics, and SaaS backends

MySQL

Databasemysql:8.0

The most popular open-source relational database, widely used in web stacks and cloud deployments.

  • High-performance read queries at scale
  • Compatible with most ORMs and frameworks
  • Native JSON column support since MySQL 5.7

MariaDB

Databasemariadb:latest

A community-driven fork of MySQL with improved performance, more storage engines, and an open development model.

  • Drop-in replacement for MySQL
  • Aria and ColumnStore storage engines
  • Better performance on heavy write workloads

MongoDB

Databasemongo:8

A flexible document database that stores data as JSON-like documents, making it easy to model real-world objects.

  • Schema-free — evolve your data model without migrations
  • Horizontal sharding and replica sets built in
  • Aggregation pipeline for powerful data transformations

Elasticsearch

Databaseelasticsearch:8.13.0

A distributed search and analytics engine at the heart of the Elastic Stack, built for speed at scale.

  • Full-text search with relevance scoring
  • Near real-time indexing of billions of documents
  • REST API with powerful query DSL

ClickHouse

Databaseclickhouse/clickhouse-server:latest

A blazing-fast column-oriented database for real-time analytics. Processes billions of rows per second on a single server.

  • Vectorised query execution — 100x faster than row stores
  • Columnar compression reduces storage by 10x
  • Best for log analytics, metrics, and event data

InfluxDB

Databaseinfluxdb:2.7

A purpose-built time-series database optimised for metrics, events, and high-write IoT data.

  • Handles millions of writes per second
  • Built-in downsampling and data retention policies
  • Ships with Flux query language and dashboards