Add LDAP Aunthentication

This commit is contained in:
2026-08-06 18:17:33 +05:30
parent e7805b71a8
commit b380ed510b
11 changed files with 169 additions and 225 deletions

View File

@@ -17,9 +17,11 @@ services:
build: .
container_name: comparison_app
restart: always
env_file:
- .env
environment:
FLASK_ENV: development
FLASK_DEBUG: "True"
FLASK_ENV: production
FLASK_DEBUG: "False"
FLASK_HOST: "0.0.0.0"
FLASK_PORT: "5001"