aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28d0572..a837db3 100644
--- a/README.md
+++ b/README.md
@@ -124,8 +124,30 @@ server {
}
```
+## Docker Environment setup
+
+A quasi production esque setup using `uwsgi`
+
+```
+./docker-compose up -d
+```
+
+Then
+
+```
+sh docker-scripts/setup.sh
+```
+
+And carefully follow the prompts.
+
+Docker compose is configured to bring up the Nginx instance on
+http://172.21.23.2
+
+
+# Misc
Name brainstorming / Use case:
+
```
Subcontractor invoicing system
@@ -133,6 +155,4 @@ Subcontractor Freight Invoicing System
A business solution for subcontractors that don't invoice you.
-
-Saves 30 minutes per client saved
```