Cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
chatbot:
|
chatbot:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: py_chatbot
|
container_name: py_chatbot
|
||||||
@@ -11,13 +11,13 @@ services:
|
|||||||
# Database Configuration
|
# Database Configuration
|
||||||
- DB_TYPE=sqlite
|
- DB_TYPE=sqlite
|
||||||
- SQLITE_PATH=/app/data/chatbot.db
|
- SQLITE_PATH=/app/data/chatbot.db
|
||||||
|
|
||||||
# Flask Configuration
|
# Flask Configuration
|
||||||
- FLASK_HOST=0.0.0.0
|
- FLASK_HOST=0.0.0.0
|
||||||
- FLASK_PORT=8080
|
- FLASK_PORT=8080
|
||||||
- FLASK_DEBUG=false
|
- FLASK_DEBUG=false
|
||||||
- FLASK_SECRET_KEY=your-super-secret-key-change-this-in-production
|
- FLASK_SECRET_KEY=your-super-secret-key-change-this-in-production
|
||||||
|
|
||||||
# Session Configuration
|
# Session Configuration
|
||||||
- SESSION_LIFETIME_HOURS=24
|
- SESSION_LIFETIME_HOURS=24
|
||||||
- SESSION_COOKIE_SECURE=false
|
- SESSION_COOKIE_SECURE=false
|
||||||
|
|||||||
Reference in New Issue
Block a user