Shift a bunch of root-directory files into a new less-cluttered bootstrap directory.
This commit is contained in:
parent
9da3451ed9
commit
0af172d173
12 changed files with 14 additions and 1425 deletions
12
bootstrap/supervisord.conf.dev
Normal file
12
bootstrap/supervisord.conf.dev
Normal file
|
@ -0,0 +1,12 @@
|
|||
[supervisord]
|
||||
nodaemon=true
|
||||
pidfile=/tmp/supervisord.pid
|
||||
logfile=/tmp/supervisord.log
|
||||
|
||||
[program:service]
|
||||
directory=/service
|
||||
command=sh -c 'python3 -m flask db upgrade && WERKZEUG_DEBUG_PIN=off ENABLE_SERVICES=true python3 -m flask --debug run --host=0.0.0.0 --port=80'
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
Loading…
Add table
Add a link
Reference in a new issue