⭐️ Official Docker image for the dpaste pastebin. Uses the uWSGI server, suitable for production.
10K+
See the Docker setup documentation how to use this Docker image and the available ENV settings.
Tip: If the ENV settings are not sufficient, simply create your own Dockerfile with a custom settings.py file and place it in dpaste/settings/local.py. The webserver will automatically pick it up:
FROM darrenofficial/dpaste:latest as my-dpaste
WORKDIR /app
COPY setttings.py dpaste/settings/local.py
Content type
Image
Digest
sha256:c25efa543…
Size
440 MB
Last updated
7 months ago
docker pull darrenofficial/dpaste