LangFuse / supervisord.conf
Chris4K's picture
Create supervisord.conf
923f1a0 verified
raw
history blame
237 Bytes
[supervisord]
nodaemon=true
[program:postgres]
command=/usr/lib/postgresql/15/bin/postgres -D /var/lib/postgresql/data
autostart=true
autorestart=true
[program:langfuse]
command=npm start
directory=/app
autostart=true
autorestart=true