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
+11
View File
@@ -0,0 +1,11 @@
.git
.gitignore
node_modules
data
*.md
skills
bin
LICENSE
docker-compose.yml
Dockerfile
.dockerignore