mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
services:
|
|
motioneye:
|
|
dns:
|
|
- 192.168.77.101
|
|
environment:
|
|
TZ: Europe/Bratislava
|
|
image: ${DOCKER_REGISTRY:-}ghcr.io/motioneye-project/motioneye:edge
|
|
ports:
|
|
- target: 8081
|
|
published: 8081
|
|
protocol: tcp
|
|
mode: ingress
|
|
- target: 8765
|
|
published: 8765
|
|
protocol: tcp
|
|
mode: ingress
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
|
|
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye
|
|
deploy:
|
|
labels:
|
|
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-swarm
|
|
homepage.weight: '1'
|
|
wud.watch: 'true'
|
|
wud.watch.digest: 'true'
|
|
replicas: 1
|
|
placement:
|
|
constraints:
|
|
- node.role == manager
|