add compose file
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user