mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
add doods
This commit is contained in:
parent
1e9a6cbcfc
commit
166d29e501
@ -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
6
doods/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
doods
|
||||
=====
|
||||
|
||||
[DOODS][1] - Dedicated Open Object Detection Service
|
||||
|
||||
[1]: https://github.com/snowzach/doods
|
5
doods/arm/docker-compose.yml
Normal file
5
doods/arm/docker-compose.yml
Normal file
@ -0,0 +1,5 @@
|
||||
doods:
|
||||
image: snowzach/doods:rpi
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: unless-stopped
|
5
doods/docker-compose.yml
Normal file
5
doods/docker-compose.yml
Normal file
@ -0,0 +1,5 @@
|
||||
doods:
|
||||
image: snowzach/doods
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user