From cb1665db77bd7d597208fac5a201cb219dc6a920 Mon Sep 17 00:00:00 2001 From: salleq <1240177+salleq@users.noreply.github.com> Date: Mon, 15 Jun 2020 20:05:17 +0300 Subject: [PATCH] Update README.md added deepstack docker-compose --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5e796..bfebf68 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,17 @@ robmarkcole/deepstack-ui:latest` Then visit [localhost:8501](http://localhost:8501/) (not whatever ip address is shown in the logs, this is the internal docker ip) -Above example for using with docker-compose: +Above examples for using with docker-compose: ``` + deepstack: + container_name: deepstack + restart: unless-stopped + image: deepquestai/deepstack:noavx + ports: + - '5000:5000' + environment: + - VISION-DETECTION=True + - API-KEY="" deepstack_ui: container_name: deepstack_ui restart: unless-stopped