gitea-app/supervisor/gitea.conf

13 lines
400 B
Plaintext
Raw Permalink Normal View History

2017-06-02 08:32:24 +00:00
[program:gitea]
directory=/home/git/gitea
command=/home/git/gitea/gitea web -c /run/gitea/app.ini -p 3000
2016-02-22 02:52:08 +00:00
user=git
2015-04-29 02:29:12 +00:00
autostart=true
autorestart=true
2015-04-29 04:57:58 +00:00
; https://veithen.github.io/2015/01/08/supervisord-redirecting-stdout.html
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
2018-08-02 16:41:19 +00:00
environment=HOME="/home/git",USER="git",GITEA_CUSTOM="/app/data/custom"