Skip to content

Commit

Permalink
add minimal.docker-compose.yml example (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
realies authored Jul 5, 2024
1 parent ef1a5da commit 7015be1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions minimal.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
dpaste:
container_name: dpaste
image: darrenofficial/dpaste:latest
restart: unless-stopped
environment:
DATABASE_URL: sqlite:////db/dpaste.sqlite
PORT: 8000
volumes:
- ./data/db:/db
ports:
- "8000:8000"

0 comments on commit 7015be1

Please sign in to comment.