feat: Implemented a notification service for unhealthy containers.

This commit is contained in:
Kovács Zoltán
2026-05-22 10:45:21 +02:00
parent 4e405a7f7a
commit 99a83f318a
3 changed files with 75 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ $DOCKER create \
--add-host="host.docker.internal:host-gateway" \
--restart unless-stopped \
--label "com.centurylinklabs.watchtower.enable=true" \
--label "containermon.enable=true" \
--name $instance $image
# Connects it to the network(s).