15 lines
280 B
YAML
15 lines
280 B
YAML
services:
|
|
image-checker:
|
|
build: go
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
#ports:
|
|
# - "9788:9788"
|
|
restart: always
|
|
networks:
|
|
default:
|
|
monitoring:
|
|
ipv4_address: 10.1.0.200
|
|
networks:
|
|
monitoring:
|
|
external: true
|