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