Add caddy file and update docker compose. Added IMS_TOKEN validation.

This commit is contained in:
Patrick Fic
2022-05-11 16:28:47 -07:00
parent 2928b614aa
commit 789fe501db
10 changed files with 1806 additions and 1740 deletions

View File

@@ -20,6 +20,7 @@
"file-type": "^16.5.3",
"fs-extra": "^10.1.0",
"gm": "^1.23.1",
"helmet": "^5.0.2",
"image-thumbnail": "^1.0.14",
"morgan": "^1.10.0",
"multer": "^1.4.4",
@@ -27,13 +28,13 @@
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"@types/multer": "^1.4.7",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/gm": "^1.18.11",
"@types/image-thumbnail": "^1.0.1",
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"@types/node": "^16.11.32",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0",