Hello World

Dokploy Flask App Template

Successfully Deployed

Deployment Guide

This is a simple Flask template app. Follow these steps to deploy your own app using Dokploy.

1. Create Your Repository

git init git add . git commit -m "Initial commit" git remote add origin [email protected]:yourorg/your-app.git git push -u origin main

2. Create Project in Dokploy

Tip: This template includes both Nixpacks configuration and Dockerfile, so either option will work.

3. Configure Domain & SSL

https://apps-yourapp.1ravel.com
Important: SSL certificate generation requires that your domain DNS is already pointing to the server. Certificate generation may fail if DNS is not configured correctly.

4. Deploy Your App

Success: Your app should now be live and accessible via HTTPS.

What's Included

Flask App
Dockerfile
Nixpacks Config
Health Check

Customization

To build your own app:

Common Issues