Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
e257ab3d05
Merge 9f4a7d3d88 into ef1a5da22a 2024-01-01 08:45:41 +00:00
renovate[bot]
9f4a7d3d88
chore(deps): update actions/setup-python action to v5 2024-01-01 08:45:39 +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"