Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 700 Bytes

File metadata and controls

19 lines (12 loc) · 700 Bytes

notification

This example demonstrates how Gantry sends notification via Apprise.

Start the stack via the following command.

docker stack deploy --detach=true --prune --with-registry-auth --compose-file ./docker-compose.yml notification

NOTE: This stack updates services every minute and it consumes Docker Hub rates.

In this example, besides Gantry and Apprise, there is a fake SMTP server to receive the notifications, which you can watch at http://localhost:8025 in your browser.

Use the following command to stop the stack.

docker stack remove notification