poetry export -f requirements.txt --output requirements.txt --without-hashesdocker-compose -f .\docker\compose\docker-compose.local.yml -p todo build
# or
docker build -f .\docker\django\Dockerfile -t todo-app:dev .
# or
make builddocker-compose -f .\docker\compose\docker-compose.local.yml -p todo up -d
# or
make upAfter starting the containers, it'll create default superuser with such credentials:
- login
[email protected] - password
super-admin123
For testing email sending fill in the following environment variables in /docker/environment/app.local.env:
- EMAIL_HOST_USER
- EMAIL_HOST_PASSWORD