Dpaste
Simple pastebin with multiple text and code option, with short url result easy to remember.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
dpaste:
container_name: dpaste
image: darrenofficial/dpaste:latest
restart: unless-stopped
environment:
DATABASE_URL: sqlite:////db/dpaste.sqlite
PORT: 8000
volumes:
- ./db:/db
ports:
- 8001:8000Resources
Website: https://dpaste.org/
GitHub: https://github.com/DarrenOfficial/dpaste
Docker Hub: https://hub.docker.com/r/darrenofficial/dpaste
Configuration: https://docs.dpaste.org/installation/