Update project scaffolding

* Use nginx for static files
* Add netbox to docker-compose
* Lint source code
* Update nginx.conf to actually work
* Build a base `branch` tag for latest of that branch
This commit is contained in:
Marco Ceppi
2019-10-08 11:01:06 -04:00
parent 0c107767e3
commit 67cc069857
7 changed files with 53 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
daemon off;
worker_processes 1;
error_log /dev/stderr info;
@@ -18,7 +17,7 @@ http {
client_max_body_size 10M;
server {
listen 8080;
listen 80;
access_log off;
location /static/ {