Andrea Arturo Venti Fuentes c107ac55ea Fix incorrect ip argument in app.run()
Replaced `ip="0.0.0.0"` with `host="0.0.0.0"` in `main.py` to fix a TypeError during Flask startup.

This change ensures compatibility with Flask's app.run() parameters and allows the app to bind to all interfaces as expected in production environments like Dokploy.

```
Traceback (most recent call last):
File "/app/main.py", line 12, in <module>
app.run(debug=False, ip="0.0.0.0", port=5000)
File "/opt/venv/lib/python3.12/site-packages/flask/app.py", line 625, in run
* Serving Flask app 'main'
* Debug mode: off
run_simple(t.cast(str, host), port, self, **options)
TypeError: run_simple() got an unexpected keyword argument 'ip'
```
2025-06-04 17:36:51 -04:00
2024-06-30 20:31:53 -06:00
2024-06-30 20:40:18 -06:00
2024-06-30 20:31:53 -06:00
2024-06-30 20:31:53 -06:00
2025-01-31 01:18:52 -06:00
2024-07-13 00:10:34 -06:00

Dokploy Examples


This repository contains examples of how to deploy applications using Dokploy.

  • 11ty
  • Astro
  • Astro SSR
  • Django
  • Flask
  • Go Fiber
  • Lit
  • NestJS
  • NextJS
  • Nuxt
  • Preact
  • Qwik
  • Remix
  • SolidJS
  • Svelte
  • T3 App
  • Turborepo
  • HTML
  • Tanstack
  • Vite
  • VueJS

Description
Examples to deploy on Dokploy
Readme 28 MiB
Languages
TypeScript 55.5%
CSS 13.7%
Astro 11.6%
Vue 6.9%
JavaScript 3.7%
Other 8.5%