Server render auto-index pages

Also, load the autoIndex bundle on the client so we can use React
instead of using an inline script.
This commit is contained in:
Michael Jackson
2018-07-31 10:07:27 -07:00
parent 168ccf5aac
commit 135da0fdc5
62 changed files with 761 additions and 589 deletions

View File

@ -12,7 +12,7 @@ services:
server:
build: .
command: node_modules/.bin/nodemon --ignore client server.js
command: node_modules/.bin/nodemon --ignore server/client server.js
env_file: .env
environment:
- CACHE_URL=redis://data:6379
@ -30,7 +30,7 @@ services:
worker:
build: .
command: node_modules/.bin/nodemon --ignore client server/ingestLogs.js
command: node_modules/.bin/nodemon --ignore server/client server/ingestLogs.js
env_file: .env
environment:
- DATA_URL=redis://data:6379