mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 20:06:35 +11:00
Compare commits
2 commits
c90091982a
...
93eb07afa6
Author | SHA1 | Date | |
---|---|---|---|
|
93eb07afa6 | ||
|
a55d011221 |
1 changed files with 0 additions and 12 deletions
|
@ -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"
|
|
Loading…
Reference in a new issue