Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
25ba25fba3
Merge fc9d7fadd0 into ef1a5da22a 2023-11-18 16:35:24 +00:00
renovate[bot]
fc9d7fadd0
chore(deps): update python docker tag to v3.12 2023-11-18 16:35:20 +00:00

View file

@ -1,12 +0,0 @@
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"