mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 03:46:37 +11:00
Compare commits
3 commits
0b397c74a5
...
f91cb9ea21
Author | SHA1 | Date | |
---|---|---|---|
|
f91cb9ea21 | ||
|
c2678a7a7b | ||
|
7015be1355 |
2 changed files with 13 additions and 1 deletions
12
minimal.docker-compose.yml
Normal file
12
minimal.docker-compose.yml
Normal file
|
@ -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"
|
|
@ -30,7 +30,7 @@ python_requires = >=3.6
|
|||
install_requires =
|
||||
# Essential packages
|
||||
django>=3.2
|
||||
pygments<=2.11.2
|
||||
pygments<=2.18.0
|
||||
django-staticinline>=1.0
|
||||
django-csp>=3.6
|
||||
dj_database_url>=0.5.0
|
||||
|
|
Loading…
Reference in a new issue