fix(gatus): storage
This commit is contained in:
parent
a55acd656d
commit
e33b0e3f44
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
FROM twinproduction/gatus
|
||||
|
||||
RUN mkdir /data
|
||||
|
||||
COPY ./config.yaml /config/config.yaml
|
|
@ -1,3 +1,8 @@
|
|||
storage:
|
||||
type: sqlite
|
||||
path: /data/data.db
|
||||
caching: true
|
||||
|
||||
x-http-endpoint: &default-http
|
||||
group: http
|
||||
interval: 10m
|
||||
|
@ -62,4 +67,3 @@ endpoints:
|
|||
conditions:
|
||||
- "[CONNECTED] == true"
|
||||
|
||||
|
||||
|
|
Reference in a new issue