Update README.md

added deepstack docker-compose
pull/14/head
salleq 2020-06-15 20:05:17 +03:00 committed by GitHub
parent 0a5eed884b
commit cb1665db77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -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