push to 2.15.3
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 5m25s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 5m25s
This commit is contained in:
parent
aad8ada2e1
commit
8cea4a1ed9
3 changed files with 10 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
s6-setuidgid paperless ~/env/bin/python3 ~/src/manage.py migrate
|
||||
s6-setuidgid paperless ~/env/bin/python3 ~/src/manage.py migrate --skip-checks --no-input
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /var/lib/paperless/src || exit
|
||||
s6-setuidgid paperless ~/env/bin/python3 ~/env/bin/gunicorn -c ~/gunicorn.conf.py paperless.asgi:application
|
||||
s6-setuidgid paperless ~/env/bin/python3 ~/env/bin/granian --interface asginl --ws --loop uvloop "paperless.asgi:application"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue