Skip to content

taras0024/todo-disoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO app (Technical Task)

Dependencies

requirements.txt (run before build images)

 poetry export -f requirements.txt --output requirements.txt --without-hashes

Build

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

Start

docker-compose -f .\docker\compose\docker-compose.local.yml -p todo up -d

# or
make up

Note

After starting the containers, it'll create default superuser with such credentials:

For testing email sending fill in the following environment variables in /docker/environment/app.local.env:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published