mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 15:33:17 +01:00
10 lines
192 B
YAML
10 lines
192 B
YAML
version: "3.8"
|
|
services:
|
|
gatus:
|
|
image: twinproduction/gatus:latest
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- GATUS_CONFIG_PATH=/config
|
|
volumes:
|
|
- ./config:/config |