Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Dezzelshipc/django-vue

Repository files navigation

django-vue

Installation

Install docker

Windows

Run wsl --install in powershell with admin privileges

Download Docker from official website and follow instructions: link

Starting

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

Docker commands

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]

Container names

  • db
  • web
  • frontend
  • telegrambot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published