Upgrade to Enterprise
Unlock advanced templates for databases, CI/CD pipelines, multi-stage builds, and DevOps stacks.Subscribe now
FREE

Python Flask

📌 Pinned

Slim Python app with Flask

FROM python:3.11-slim WORKDIR /app COPY requirements.txt .
More
FREE

Django + Gunicorn

📌 Pinned

Django served by Gunicorn

FROM python:3.11-slim WORKDIR /app COPY requirements.txt .
More
FREE

FastAPI

📌 Pinned

FastAPI with Uvicorn

FROM python:3.11-slim WORKDIR /app COPY requirements.txt .
More
FREE

Node.js Express

📌 Pinned

Express API minimal

FROM node:18-alpine WORKDIR /app COPY package*.json ./
More
FREE

React (Nginx)

📌 Pinned

React build served by Nginx

FROM node:18-alpine AS build WORKDIR /app COPY package*.json ./
More
FREE

PHP Apache

📌 Pinned

PHP app on Apache

FROM php:8.2-apache COPY . /var/www/html EXPOSE 80
More
FREE

Nginx Static

📌 Pinned

Static site on Nginx

FROM nginx:alpine COPY . /usr/share/nginx/html EXPOSE 80
More

You haven't created any custom templates yet.

Create New Template

Step 1 · Stack / Base
Step 2 · Options
Step 3 · Description