mirror of
https://github.com/TwiN/gatus.git
synced 2026-09-25 01:04:14 +00:00
✨ Add Mettermost Alerting
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
gatus:
|
||||
image: twinproduction/gatus:latest
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./config.yaml:/config/config.yaml
|
||||
|
||||
mattermost-preview:
|
||||
image: mattermost/mattermost-preview:latest
|
||||
ports:
|
||||
- 8065:8065
|
||||
Reference in New Issue
Block a user