14 lines
346 B
YAML
14 lines
346 B
YAML
version: "2.1"
|
|
|
|
services:
|
|
|
|
#Container Monitor
|
|
container-mon:
|
|
container_name: container-mon
|
|
image: ghcr.io/rafhaanshah/container-mon:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- CONTAINERMON_NOTIFICATION_URL=gotify://http://192.168.0.199:8090/AxJKA_6brFEXaYh
|