mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Compare commits
1 commit
c00a8a35d0
...
341337e537
Author | SHA1 | Date | |
---|---|---|---|
|
341337e537 |
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