Added file download tool

This commit is contained in:
Morpheus Sandmann
2026-07-24 16:43:46 +01:00
parent 28eb050b74
commit 8bf61122ae
2 changed files with 105 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@ services:
context: .
dockerfile: Dockerfile
user: "1000:1000"
environment:
- PUBLIC_BASE_URL=${PUBLIC_BASE_URL:-http://localhost:8000}
ports:
- "8000:8000"
volumes: