Replace S3 storage with Docker-mounted filesystem

- Add Docker and Compose deployment with persistent HTML and Postgres volumes
- Remove AWS storage configuration and dependency
- Document local Docker setup and filesystem storage
This commit is contained in:
2026-08-22 00:39:53 -04:00 Verified
parent 75719cefc0
commit 8ac7db77fc
9 changed files with 136 additions and 79 deletions
-1
View File
@@ -22,7 +22,6 @@
"node": ">=20"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.835.0",
"commander": "^14.0.0",
"express": "^5.1.0",
"jose": "^6.2.3",