updating readme, removing proxy, quick fix

This commit is contained in:
Elijah Lucian
2021-07-15 17:27:58 -06:00
parent f216adb3b2
commit 617435ae18
4 changed files with 13 additions and 6 deletions
+12 -1
View File
@@ -14,8 +14,19 @@ $ > python manage.py migrate
$ > python manage.py createsuperuser --email admin@example.com --username admin
$ > exit
# You are now back in your machine bash
$ docker-compose down && docker-compose up -d
```
# Running (Docker)
```sh
# Containers will all start
$ docker-compose down && docker-compose up -d
```
_backend only_
```sh
$ docker-compose down && docker-compose -f docker-compose.backend.yml up -d
```
# Setup (Not Docker)