Shift a bunch of root-directory files into a new less-cluttered bootstrap directory.

This commit is contained in:
Ben Rog-Wilhelm 2023-02-15 14:54:09 -06:00 committed by GitHub
parent 9da3451ed9
commit 0af172d173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 14 additions and 1425 deletions

View 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