added file upload and storage

This commit is contained in:
2025-07-11 14:21:51 -04:00
parent 14cbbccd3a
commit 31ce343566
8 changed files with 240 additions and 2 deletions

View File

@@ -11,6 +11,10 @@ services:
volumes:
- ./data/postgres:/var/lib/postgresql/data
# app:
# volumes:
# - ./data/uploads:/app/data/uploads
volumes:
pgdata: