add docker files
This commit is contained in:
13
.env
Normal file
13
.env
Normal 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.
|
||||
Reference in New Issue
Block a user