mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-26 23:21:36 +01:00
17 lines
446 B
YAML
17 lines
446 B
YAML
services:
|
|
moonfire-nvr:
|
|
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.21
|
|
command: ["run", "-c", "/etc/moonfire-nvr/moonfire-nvr.toml"]
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./data/etc:/etc/moonfire-nvr
|
|
- ./data/var:/var/lib/moonfire-nvr
|
|
- ./data/tmp:/var/tmp
|
|
- /usr/share/zoneinfo:/usr/share/zoneinfo:ro
|
|
user: "1000:1000"
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
- RUST_BACKTRACE=1
|
|
restart: unless-stopped
|