Compare commits
2 Commits
837cec36f1
...
fc3ef23dfa
Author | SHA1 | Date |
---|---|---|
|
fc3ef23dfa | |
|
beb243d69a |
|
@ -271,7 +271,7 @@ _frigate: config: cameras: {
|
|||
retain: default: 365
|
||||
}
|
||||
zones: {
|
||||
pool_zone: coordinates: "894,169,1333,136,1403,173,1265,278,1069,290,931,301,814,358,744,435,571,414,538,330"
|
||||
pool_zone: coordinates: "532,78,1063,21,1117,31,979,208,931,301,515,307,406,375,231,373,204,291"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,8 @@ StartLimitIntervalSec=1m
|
|||
StartLimitBurst=60
|
||||
|
||||
[Service]
|
||||
StateDirectory=%P
|
||||
ExecStartPre=/bin/install -o 10001 -g 10001 -d %S/%P
|
||||
ExecStartPre=/bin/chcon -t container_file_t %S/%P
|
||||
ExecReload=/usr/bin/podman kill --cidfile=%t/%N.cid --signal HUP
|
||||
TimeoutStartSec=5m
|
||||
Restart=always
|
||||
|
@ -16,7 +17,7 @@ RstartSec=1s
|
|||
[Container]
|
||||
Image=docker.io/grafana/loki:2.9.4
|
||||
Exec=-config.file=/etc/loki/config.yml
|
||||
Volume=%S/%P:/var/lib/loki:rw,Z,U
|
||||
Volume=%S/%P:/var/lib/loki:rw
|
||||
Volume=/etc/loki:/etc/loki:ro
|
||||
Network=host
|
||||
|
||||
|
|
Loading…
Reference in New Issue