Switch to UWSGI and improve Docker definitions
This commit is contained in:
10
stack.env
10
stack.env
@@ -1,4 +1,6 @@
|
||||
NEPTUNE_PORT=5000
|
||||
PORTAINER_GIT_DIR=..
|
||||
NEPTUNE_LOCAL_SETTINGS=../app/local_settings.py
|
||||
NEPTUNE_DATABASE_FILE=../db.sqlite3
|
||||
APP_PORT=5000
|
||||
PORTAINER_GIT_DIR=.
|
||||
APP_LOCAL_SETTINGS=./app/local_settings.py
|
||||
APP_DATABASE_FILE=./db.sqlite3
|
||||
STATIC_ROOT=/conf/static
|
||||
OPERATION=uwsgi
|
||||
Reference in New Issue
Block a user