Backend Setup
1. Create .env file using .env.example
2 Place SSL certificates to the ./docker/nginx/ssl dir
3 Start the project
docker compose -f [docker-compose_file] up --build -d4 Run some commands inside the Django container
5 Add network with subhraphs
Additional info
Update tasks
Last updated