This commit is contained in:
2025-03-23 16:24:50 +01:00
parent 54149deda8
commit 49aaf5bb25
31 changed files with 1558 additions and 1721 deletions

View File

@ -1,36 +1,27 @@
---
services:
motioneye:
image: ${DOCKER_REGISTRY:-}ghcr.io/motioneye-project/motioneye:edge
# init: true
ports:
- "8081:8081"
- "8765:8765"
dns:
- 192.168.77.101
privileged: true
environment:
- TZ=Europe/Bratislava
restart: unless-stopped
container_name: motioneye
# devices:
# - /dev/bus/usb/001/005
volumes:
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye
# deploy:
# resources:
# limits:
# cpus: "4.0"
# memory: 4000M
dns:
- 192.168.77.101
environment:
- TZ=Europe/Bratislava
image: ${DOCKER_REGISTRY:-}ghcr.io/motioneye-project/motioneye:edge
labels:
- com.centurylinklabs.watchtower.enable=true
- homepage.group=Media
- homepage.name=MotionEye
- homepage.weight=1
- homepage.icon=/images/motioneye.webp
- homepage.href=http://m-server.home.lan:8765/
- homepage.description=Video manager
- homepage.server=my-docker
- homepage.container=motioneye
com.centurylinklabs.watchtower.enable: 'true'
homepage.container: motioneye
homepage.description: Video manager
homepage.group: Media
homepage.href: http://m-server.home.lan:8765/
homepage.icon: /images/motioneye.webp
homepage.name: MotionEye
homepage.server: my-docker
homepage.weight: '1'
wud.watch.digest: true
ports:
- 8081:8081
- 8765:8765
privileged: true
restart: unless-stopped
volumes:
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye