mirror of
https://github.com/Dokploy/examples.git
synced 2026-06-15 20:25:24 +02:00
c107ac55ea083285e157ed5d83b74fc2aec39619
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' ```
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
Languages
TypeScript
55.5%
CSS
13.7%
Astro
11.6%
Vue
6.9%
JavaScript
3.7%
Other
8.5%