Share and store your code snippets with complete peace of mind using a privacy-focused pastebin application. Designed for developers and teams who handle sensitive information, this platform ensures that your data remains strictly confidential from the moment you paste it.
Key features include:
Whether you are collaborating on a private project, storing configuration files, or sharing quick fixes, you get a reliable and secure environment for all your text-sharing needs.
services:
paaster:
image: wardpearce/paaster:latest
container_name: paaster
restart: unless-stopped
ports:
- 8000:80
environment:
- MONGO_URI=mongodb://mongo:27017/paaster
- SECRET_KEY=${SECRET_KEY}
depends_on:
- mongo
mongo:
image: mongo:latest
container_name: paaster_mongo
restart: unless-stopped
volumes:
- ./mongo-data:/data/dbSECRET_KEY=change_this_to_a_secure_random_stringAuto-fetched about 16 hours ago
Auto-fetched about 16 hours ago