mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 09:24:04 +01:00
13 lines
292 B
YAML
13 lines
292 B
YAML
|
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
|