Files
hardfiles/docker-compose.yml
e b03f5c5e11 refactor: complete rewrite of hardfiles
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.
2026-03-28 01:34:36 -04:00

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