[+] File server

This commit is contained in:
2025-11-25 11:36:30 +08:00
parent c4f3435d9f
commit f5cfa3cdb8
4 changed files with 36 additions and 3 deletions
+2
View File
@@ -6,6 +6,8 @@ services:
dockerfile: deploy/Dockerfile.web
ports:
- "127.0.0.1:3000:3000"
volumes:
- ./data/storage:/app/storage
environment:
- ORIGIN=http://localhost:3000
- MONGO_URL=mongodb://cat:meow@db:27017/amaoke?authSource=admin