mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-13 09:55:29 +02:00
15 lines
243 B
YAML
15 lines
243 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
gatus:
|
|
image: ghcr.io/twin/gatus:v5.36.0
|
|
restart: unless-stopped
|
|
expose:
|
|
- 8080
|
|
volumes:
|
|
- gatus-data:/data
|
|
- ../files/config.yaml:/config/config.yaml:ro
|
|
|
|
volumes:
|
|
gatus-data: {}
|