mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +01:00
25 lines
408 B
YAML
25 lines
408 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
gatus:
|
|
container_name: gatus
|
|
image: twinproduction/gatus:latest
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./config.yaml:/config/config.yaml
|
|
networks:
|
|
- default
|
|
|
|
mattermost:
|
|
container_name: mattermost
|
|
image: mattermost/mattermost-preview:5.26.0
|
|
ports:
|
|
- 8065:8065
|
|
networks:
|
|
- default
|
|
|
|
networks:
|
|
default:
|
|
driver: bridge
|