2021-09-11 02:03:51 +02:00
|
|
|
version: "3.9"
|
2021-07-19 02:48:22 +02:00
|
|
|
services:
|
|
|
|
gatus:
|
|
|
|
image: twinproduction/gatus:latest
|
|
|
|
ports:
|
2021-09-11 02:03:51 +02:00
|
|
|
- "8080:8080"
|
2021-07-19 02:48:22 +02:00
|
|
|
volumes:
|
|
|
|
- ./config.yaml:/config/config.yaml
|
|
|
|
- ./data:/data/
|