Rebuilt from scratch in Go with streaming uploads (5GB support), password protection, rate limiting, secure shredding, and a retro-chaotic UI with random GIF backgrounds.
12 lines
243 B
YAML
12 lines
243 B
YAML
services:
|
|
hardfiles:
|
|
container_name: hardfiles
|
|
build: .
|
|
volumes:
|
|
- ./files:/app/files
|
|
- ./backgrounds:/app/backgrounds
|
|
- ./config.toml:/app/config.toml
|
|
ports:
|
|
- "5000:5000"
|
|
restart: unless-stopped
|