Add LDAP Aunthentication
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user