mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
add motioneye-arm
This commit is contained in:
parent
6ede6120ba
commit
d3aa13d96f
@ -327,6 +327,7 @@ A collection of delicious docker recipes.
|
||||
- [x] metasploitframework/metasploit-framework :skull:
|
||||
- [x] minio/minio
|
||||
- [x] mongo
|
||||
- [x] ccrisan/motioneye
|
||||
- [x] neo4j
|
||||
- [x] erichough/nfs-server
|
||||
- [x] luzifer/nginx-sso
|
||||
|
7
motioneye-arm/README.md
Normal file
7
motioneye-arm/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
motioneye
|
||||
=========
|
||||
|
||||
[motionEye][1] is a web frontend for the [motion daemon][2], written in Python.
|
||||
|
||||
[1]: https://github.com/ccrisan/motioneye/wiki
|
||||
[2]: https://motion-project.github.io/
|
11
motioneye-arm/docker-compose.yml
Normal file
11
motioneye-arm/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
motioneye:
|
||||
image: ccrisan/motioneye:master-armhf
|
||||
ports:
|
||||
- "8765:8765"
|
||||
volumes:
|
||||
- ./data/etc:/etc/motioneye
|
||||
- ./data/var:/var/lib/motioneye
|
||||
hostname: motioneye
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user