diff options
| -rw-r--r-- | README.md | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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 ``` |
