A lightweight, self-hosted tool for ephemeral rich text and file sharing on your local network.
528

A lightweight, self-hosted tool for ephemeral rich text and file sharing on your local network. Designed as a quick digital “drop zone” rather than permanent storage, which prioritizes fast transfers between your devices.
services:
pastebox:
image: huffmanks/pastebox
container_name: pastebox
ports:
- "3000:3000"
volumes:
- uploads:/app/uploads
- data:/app/data
environment:
NODE_ENV: production
DATABASE_URL: ${DATABASE_URL}
NEXT_PUBLIC_APP_URL: ${NEXT_PUBLIC_APP_URL}
restart: unless-stopped
volumes:
uploads:
data:
NODE_ENV=production
DATABASE_URL=file:./data/prod.db
NEXT_PUBLIC_APP_URL=http://localhost:3000
docker compose up -d
open http://localhost:3000
Content type
Image
Digest
sha256:1a9692fc9…
Size
66.7 MB
Last updated
10 months ago
docker pull huffmanks/pastebox