1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/deepstack/docker-compose.yml

27 lines
506 B
YAML
Raw Normal View History

2021-10-11 07:48:48 +02:00
version: "3.8"
services:
deepstack-ui:
image: robmarkcole/deepstack-ui
ports:
- "8501:8501"
environment:
- DEEPSTACK_IP=deepstack
- DEEPSTACK_PORT=5000
- DEEPSTACK_TIMEOUT=20
restart: unless-stopped
deepstack:
image: deepquestai/deepstack
ports:
- "5000:5000"
volumes:
- ./data:/datastore
environment:
- MODE=Medium
- VISION-DETECTION=True
- VISION-FACE=True
- VISION-SCENE=True
restart: unless-stopped