agent
: fix deps + make docker compose setup easier to debug
This commit is contained in:
parent
c2926e4bd9
commit
03b86416e1
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
aiohttp
|
aiohttp
|
||||||
fastapi
|
fastapi
|
||||||
ipython
|
ipython
|
||||||
|
html2text
|
||||||
|
requests
|
||||||
pyppeteer
|
pyppeteer
|
||||||
uvicorn
|
uvicorn
|
||||||
|
|
|
@ -27,4 +27,4 @@ openssl req -new -newkey rsa:4096 -days 3650 -nodes -x509 \
|
||||||
|
|
||||||
openssl x509 -outform PEM -in squid/ssl_cert/squidCA.pem -out squid/ssl_cert/squidCA.crt
|
openssl x509 -outform PEM -in squid/ssl_cert/squidCA.pem -out squid/ssl_cert/squidCA.crt
|
||||||
|
|
||||||
docker compose up --detach --build
|
docker compose up --build "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue