Add in support for shortening links.

This commit is contained in:
Cameron Redmore 2025-02-15 13:10:26 +00:00
parent a2140625d4
commit d522eaadb2
6 changed files with 1062 additions and 25 deletions

View file

@ -13,4 +13,5 @@ services:
UPLOAD_DIR: /app/uploads # Container path for file uploads
volumes:
- ./uploads:/app/uploads # Binds the local "uploads" directory to UPLOAD_DIR
- ./data:/app/data # Binds the local "data" directory to /app/data
restart: unless-stopped