This commit is contained in:
parent
f53b61c96b
commit
2feea7787b
|
|
@ -8,6 +8,9 @@ pidfile=/tmp/supervisord.pid
|
||||||
file=/var/run/supervisor.sock
|
file=/var/run/supervisor.sock
|
||||||
chmod=0700
|
chmod=0700
|
||||||
|
|
||||||
|
[rpcinterface:supervisor]
|
||||||
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||||
|
|
||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
serverurl=unix:///var/run/supervisor.sock
|
serverurl=unix:///var/run/supervisor.sock
|
||||||
|
|
||||||
|
|
@ -21,7 +24,6 @@ environment=POSTGRES_PASSWORD="postgres"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [program:kong]
|
# [program:kong]
|
||||||
# command=/supabase/kong/docker-entrypoint.sh kong docker-start
|
# command=/supabase/kong/docker-entrypoint.sh kong docker-start
|
||||||
# autorestart=true
|
# autorestart=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue