Run wsl --install
in powershell with admin privileges
Download Docker from official website and follow instructions: link
Clone repository using git
git clone https://github.com/Dezzelshipc/django-vue
cd django-vue
And start all containers using docker-compose
docker-compose up
Add -d
option to run docker in background
Run using docker-compose
docker-compose up
Stop all containers
docker-compose stop
Rebuild all containers
docker compose up --build
Or you can rebuild a single container:
docker-compose up --build [container-name]
- db
- web
- frontend
- telegrambot