Compare commits
4 Commits
72906a2de4
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| c97c147d1a | |||
|
|
936d304983 | ||
|
|
eddc128ef2 | ||
|
|
e32ece8e0d |
@@ -4,8 +4,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 50000:8080
|
- 50000:8080
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- ./config:/config
|
||||||
source: './config.yaml'
|
- ./data:/data
|
||||||
target: /config/config.yaml
|
environment:
|
||||||
|
- GATUS_CONFIG_PATH=/config
|
||||||
container_name: gatus
|
container_name: gatus
|
||||||
image: twinproduction/gatus
|
image: twinproduction/gatus
|
||||||
|
restart: always
|
||||||
|
|||||||
5
gatus/config/global.yaml
Normal file
5
gatus/config/global.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
metrics: false
|
||||||
|
ui:
|
||||||
|
title: Health Dashboard | neller.org
|
||||||
|
header: neller.org
|
||||||
|
logo: ""
|
||||||
39
gatus/config/neller.yaml
Normal file
39
gatus/config/neller.yaml
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
storage:
|
||||||
|
type: sqlite
|
||||||
|
path: /data/data.db
|
||||||
|
endpoints:
|
||||||
|
- name: Vault
|
||||||
|
url: https://vault.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: Cloud
|
||||||
|
url: https://cloud.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: Git
|
||||||
|
url: https://git.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: vb
|
||||||
|
url: https://vb.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: epub2go
|
||||||
|
url: https://epub2go.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: TeamSpeak3
|
||||||
|
url: tcp://ts.neller.org:30033
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[CONNECTED] == true"
|
||||||
|
- name: Domain
|
||||||
|
url: tcp://neller.org
|
||||||
|
interval: 24h
|
||||||
|
conditions:
|
||||||
|
- "[DOMAIN_EXPIRATION] > 720h"
|
||||||
@@ -2,9 +2,10 @@
|
|||||||
services:
|
services:
|
||||||
runner:
|
runner:
|
||||||
image: gitea/act_runner:latest
|
image: gitea/act_runner:latest
|
||||||
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
#volumes:
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock # needed to create a separate docker container for each job
|
||||||
#- ./config.yaml:/config.yaml
|
#- ./config.yaml:/config.yaml
|
||||||
#- ./data:/data
|
#- ./data:/data
|
||||||
#- /var/run/docker.sock:/var/run/docker.sock # needed to create a separate docker container for each job
|
|
||||||
|
|||||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user