Chris4K commited on
Commit
412bfbf
·
verified ·
1 Parent(s): 607eef2

Delete supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +0 -13
supervisord.conf DELETED
@@ -1,13 +0,0 @@
1
- [supervisord]
2
- nodaemon=true
3
-
4
- [program:postgres]
5
- command=/usr/lib/postgresql/15/bin/postgres -D /var/lib/postgresql/data
6
- autostart=true
7
- autorestart=true
8
-
9
- [program:langfuse]
10
- command=npm start
11
- directory=/app
12
- autostart=true
13
- autorestart=true