mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
motioneye:
|
app:
|
||||||
dns:
|
dns:
|
||||||
- 192.168.77.101
|
- 192.168.77.101
|
||||||
environment:
|
environment:
|
||||||
@@ -16,8 +16,8 @@ services:
|
|||||||
mode: ingress
|
mode: ingress
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
|
- config:/etc/motioneye
|
||||||
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye
|
- data:/var/lib/motioneye
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: 'true'
|
com.centurylinklabs.watchtower.enable: 'true'
|
||||||
@@ -35,3 +35,6 @@ services:
|
|||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- node.role == manager
|
||||||
|
volumes:
|
||||||
|
config:
|
||||||
|
data:
|
||||||
Reference in New Issue
Block a user