Account for providers gunicorn changes
This commit is contained in:
parent
a20b5f5662
commit
c153b9f9a9
@ -264,7 +264,7 @@
|
||||
:name "priceline-service"
|
||||
:tags '(lola backend)
|
||||
:command "~/lola/python_services/priceline/bin/start.sh"
|
||||
:args '("web")
|
||||
:args '("web-dev")
|
||||
:cwd "~/lola/python_services"
|
||||
:stop-signal 'int
|
||||
:init-async (python-service-setup "~/lola/python_services/.venv"
|
||||
@ -276,7 +276,7 @@
|
||||
:tags '(lola backend)
|
||||
:command "bash"
|
||||
:args '("-c"
|
||||
"priceline_cars/bin/start.sh web >> ~/lola/logs/priceline-cars.log 2>&1")
|
||||
"priceline_cars/bin/start.sh web-dev >> ~/lola/logs/priceline-cars.log 2>&1")
|
||||
:cwd "~/lola/python_services"
|
||||
:inhibit-process-filter t
|
||||
:file "~/lola/logs/priceline-cars.log"
|
||||
@ -289,7 +289,7 @@
|
||||
:name "threev-service"
|
||||
:tags '(lola backend)
|
||||
:command "~/lola/python_services/threev/bin/start.sh"
|
||||
:args '("web")
|
||||
:args '("web-dev")
|
||||
:cwd "~/lola/python_services"
|
||||
:stop-signal 'int
|
||||
:init-async (python-service-setup "~/lola/python_services/.venv"
|
||||
@ -300,7 +300,7 @@
|
||||
:name "amd-flight-service"
|
||||
:tags '(lola backend)
|
||||
:command "~/lola/python_services/amd_flight/bin/start.sh"
|
||||
:args '("web")
|
||||
:args '("web-dev")
|
||||
:cwd "~/lola/python_services"
|
||||
:stop-signal 'int
|
||||
:init-async (python-service-setup "~/lola/python_services/.venv"
|
||||
|
Loading…
Reference in New Issue
Block a user