Wastebin

Lightweight, minimal and fast pastebin with an SQLite backend.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  wastebin:
    environment:
      - ./db=/data/state.db
    ports:
      - 8088:8088
    volumes:
      - ./data:/data
    image: quxfoo/wastebin:latest

Resources

Website:https://bin.bloerg.net/

GitHub:https://github.com/matze/wastebin

Docker Hub: https://hub.docker.com/r/quxfoo/wastebin

Configuration: https://github.com/matze/wastebin#installation