You will need a .env file in infra/deploy_local/ directory. See the /infra/deploy_local/.env.local.example file.
Š”ontainers will be up:
- postgresql
- nginx, which listen 80 port
- backend, which rebuilding with actual code
make up
Make migrations + collect static files:
make migrate
Create superuser:
make createsuperuser