- Notifications
You must be signed in to change notification settings - Fork3
Azazel-h/Interference_Simulation_System
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Поставить
docker
иdocker compose
по инструкции из официальной документации - Задать требуемые параметры в .env
# Debug/Production modeCOMPOSE_PROFILES=debug# Deploy settings## Port on which the Django application will run. In DEBUG mode application will be available on the given port.DJANGO_PORT=8000## Domain on which application will be deployed. Application will be available ONLY through given domain. WORKS ONLY IN PRODUCTION MODE!WEB_DOMAIN=127.0.0.1## Port on which application will be deployed. WORKS ONLY IN PRODUCTION MODE!NGINX_PORT=8020# LDAP configuration## LDAP usernameLDAP_USERNAME=## LDAP passwordLDAP_PASSWORD=
- Запустить приложение:
$ docker compose up