Commit ffc48f28 authored by Stefane Fermigier's avatar Stefane Fermigier

feature: use proper deps for mynij-proxy.

parent 7d82b9ff
[buildout]
parts =
# monitor-base
# monitor-base
publish-connection-parameter
mynij-proxy-promise
......@@ -22,6 +22,7 @@ url = ${slap-connection:server-url}
key = ${slap-connection:key-file}
cert = ${slap-connection:cert-file}
# Create all needed directories, depending on your needs
[directory]
recipe = slapos.cookbook:mkdirectory
......@@ -36,6 +37,7 @@ service = ${:etc}/service
log = ${:var}/log
plugins = ${:etc}/plugins
[mynij-proxy-service]
# Actual script that starts the service:
# This recipe will try to "exec" the command-line after separating parameters.
......@@ -47,6 +49,7 @@ port = 3001
wrapper-path = ${directory:service}/mynij-proxy
[mynij-proxy-promise]
<= monitor-promise-base
module = check_port_listening
......
......@@ -35,8 +35,15 @@ mode = 0644
[mynij-proxy-eggs]
recipe = zc.recipe.egg
eggs =
mynij-proxy
gunicorn
minij-proxy
httpx
gunicorn
uvicorn
uvloop
starlette
httptools
scripts =
gunicorn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment