mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
[program:notebook]
|
|
user=jovyan
|
|
umask=0002
|
|
directory=%(ENV_WORK)s
|
|
command=ipython notebook
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|
|
redirect_stderr=true
|
|
environment=HOME="/home/%(ENV_NB_USER)s",USER="%(ENV_NB_USER)s"
|