18 lines
398 B
YAML
18 lines
398 B
YAML
services:
|
|
image-checker:
|
|
build: go
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
#ports:
|
|
# - "9788:9788"
|
|
environment:
|
|
- CHECK_INTERVAL=6h
|
|
- EXCLUDE_CONTAINERS=immich_redis,mailcowdockerized-ofelia-mailcow-1
|
|
restart: always
|
|
networks:
|
|
default:
|
|
monitoring:
|
|
ipv4_address: 10.1.0.200
|
|
networks:
|
|
monitoring:
|
|
external: true
|