Script in bash, to track event on your container and send the event in your discord webhook
git clone https://github.com/StopThatTalace/docker-spy.git
sudo apt-get install jq
DISCORD_WEBHOOK_URL="YOUR_DISCORD_WEBHOOK_URL"
SPECIFIC_CONTAINER_NAMES=("name_container" "name_container")
chmod +x script.sh
./script.sh
nohup ./your_script.sh &