add docker files

This commit is contained in:
2025-09-17 09:14:30 +03:00
parent c2613de507
commit 58e69ba69e
6 changed files with 153 additions and 0 deletions

13
.env Normal file
View File

@@ -0,0 +1,13 @@
# Public hosts for routing via nginx-proxy
SOLARDB_API_HOST=db.northdanubesoft.eu
SOLARDB_UI_HOST=db.northdanubesoft.eu
LETSENCRYPT_EMAIL=macamete.robert@gmail.com
# Flask
FLASK_ENV=production
# (Optional) If your Flet main file differs:
# FLET_ENTRY=client/main.py
# For your UI to call the API from the browser, ensure CORS is allowed on API or they share the same parent domain.