Spaces:
Paused
Paused
[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 | |