1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

add doods

This commit is contained in:
kev 2019-12-09 18:52:28 +08:00
parent 1e9a6cbcfc
commit 166d29e501
4 changed files with 17 additions and 0 deletions

@ -282,6 +282,7 @@ A collection of delicious docker recipes.
- [x] confluentinc/cp-kafka-rest
- [x] streamsets/datacollector
- [x] cachethq/docker
- [x] snowzach/doods
- [x] drone/drone
- [x] drupal
- [x] elastichq/elasticsearch-hq

6
doods/README.md Normal file

@ -0,0 +1,6 @@
doods
=====
[DOODS][1] - Dedicated Open Object Detection Service
[1]: https://github.com/snowzach/doods

@ -0,0 +1,5 @@
doods:
image: snowzach/doods:rpi
ports:
- "8080:8080"
restart: unless-stopped

5
doods/docker-compose.yml Normal file

@ -0,0 +1,5 @@
doods:
image: snowzach/doods
ports:
- "8080:8080"
restart: unless-stopped