image-checker/docker-compose.yml

16 lines
279 B
YAML
Raw Normal View History

2025-07-17 02:35:36 +02:00
services:
image-checker:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
2025-07-17 03:28:19 +02:00
#ports:
# - "9788:9788"
restart: always
networks:
default:
monitoring:
ipv4_address: 10.1.0.200
networks:
monitoring:
external: true