Initial commit required to build a Docker image.
This commit is contained in:
10
docker/bin/run.sh
Executable file
10
docker/bin/run.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Launch NGINX daemon
|
||||
nginx
|
||||
|
||||
# Launch the workers
|
||||
mayan-edms.py celery worker --settings=mayan.settings.production -Ofair -l ERROR -B -D
|
||||
|
||||
# Launch uWSGI in foreground
|
||||
/usr/local/bin/uwsgi --ini /docker/conf/uwsgi/uwsgi.ini
|
||||
Reference in New Issue
Block a user