mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-23 00:13:30 +01:00
8 lines
178 B
YAML
8 lines
178 B
YAML
|
version: "3.8"
|
||
|
services:
|
||
|
gatus:
|
||
|
image: twinproduction/gatus:latest
|
||
|
ports:
|
||
|
- 8080:8080
|
||
|
volumes:
|
||
|
- ./config.yaml:/config/config.yaml
|