Dokploy

PrivateBin

PrivateBin is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data.

PrivateBin logo

Configuration

services:
  privatebin:
    image: privatebin/nginx-fpm-alpine:2.0.4
    restart: unless-stopped
    volumes:
      - privatebin_data:/srv/data
    ports:
      - "8080"

volumes:
  privatebin_data:
[variables]
main_domain = "${domain}"

[config]
env = {}
mounts = []

[[config.domains]]
serviceName = "privatebin"
port = 8080
host = "${main_domain}"

Base64

To import this template in Dokploy: create a Compose service → AdvancedBase64 import and paste the content below:

ewogICJjb21wb3NlIjogInNlcnZpY2VzOlxuICBwcml2YXRlYmluOlxuICAgIGltYWdlOiBwcml2YXRlYmluL25naW54LWZwbS1hbHBpbmU6Mi4wLjRcbiAgICByZXN0YXJ0OiB1bmxlc3Mtc3RvcHBlZFxuICAgIHZvbHVtZXM6XG4gICAgICAtIHByaXZhdGViaW5fZGF0YTovc3J2L2RhdGFcbiAgICBwb3J0czpcbiAgICAgIC0gXCI4MDgwXCJcblxudm9sdW1lczpcbiAgcHJpdmF0ZWJpbl9kYXRhOlxuIiwKICAiY29uZmlnIjogIlt2YXJpYWJsZXNdXG5tYWluX2RvbWFpbiA9IFwiJHtkb21haW59XCJcblxuW2NvbmZpZ11cbmVudiA9IHt9XG5tb3VudHMgPSBbXVxuXG5bW2NvbmZpZy5kb21haW5zXV1cbnNlcnZpY2VOYW1lID0gXCJwcml2YXRlYmluXCJcbnBvcnQgPSA4MDgwXG5ob3N0ID0gXCIke21haW5fZG9tYWlufVwiXG4iCn0=

Tags

pastebin, privacy, self-hosted


Version: 2.0.4

On this page