poetry export -f requirements.txt --output requirements.txt --without-hashes
docker-compose -f .\docker\compose\docker-compose.local.yml -p todo build
# or
docker build -f .\docker\django\Dockerfile -t todo-app:dev .
# or
make build
docker-compose -f .\docker\compose\docker-compose.local.yml -p todo up -d
# or
make up
After 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