]> www.vanbest.org Git - motioneye-debian/commitdiff
Create docker-compose.yml
authorjeff-h <jeff@marmaladesoul.com>
Wed, 24 Aug 2016 07:20:24 +0000 (19:20 +1200)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2016 07:20:24 +0000 (19:20 +1200)
extra/docker-compose.yml [new file with mode: 0644]

diff --git a/extra/docker-compose.yml b/extra/docker-compose.yml
new file mode 100644 (file)
index 0000000..cf89af0
--- /dev/null
@@ -0,0 +1,11 @@
+motioneye:
+  image: motioneye
+  volumes:
+    - /mnt/motioneye/media:/media
+    - /mnt/motioneye/config:/etc/motioneye
+  environment:
+    - TIMEZONE="Pacific/Auckland"
+  ports:
+    - 8081:8081
+    - 8765:8765
+  restart: always