Compare commits
No commits in common. "edf11b371cdeaa8e1e1ede1e77e5d46e8f36f079" and "7da6ea3e3966cbe8e99f2f0dcc7674b0f88d238f" have entirely different histories.
edf11b371c
...
7da6ea3e39
15
README.md
15
README.md
|
@ -22,18 +22,10 @@
|
|||
|
||||
- [Portainer](https://portainer.homeinfra.org)
|
||||
- Gitea OIDC
|
||||
- [Dockge](https://dockge.homeinfra.org)
|
||||
|
||||
### Observability
|
||||
|
||||
- [Uptime](https://uptime.homeinfra.org) [Status Page](https://uptime.homeinfra.org/status/main)
|
||||
- All exposed apps
|
||||
- Docker containers status
|
||||
- DNS
|
||||
- HTTPS Cert Expiration
|
||||
- Backup
|
||||
- Cron Jobs
|
||||
|
||||
- [Uptime](https://uptime.homeinfra.org)
|
||||
- Prometheus
|
||||
- Loki
|
||||
- Grafana
|
||||
|
@ -43,8 +35,6 @@
|
|||
### backup
|
||||
|
||||
- restic
|
||||
- Backup to S3 (Backblaze)
|
||||
- backup monitor
|
||||
|
||||
### Applications
|
||||
|
||||
|
@ -56,7 +46,4 @@
|
|||
### Integrations
|
||||
|
||||
- [Github OAuth](https://github.com/settings/developers)
|
||||
- healthchecks.io
|
||||
- Backblaze S3 Bucket
|
||||
|
||||
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
version: "2"
|
||||
|
||||
services:
|
||||
|
||||
backup:
|
||||
image: ghcr.io/lobaro/restic-backup-docker:master
|
||||
#build: .
|
||||
hostname: restic
|
||||
volumes:
|
||||
- /root:/data/root
|
||||
|
||||
- /tmp/restic.cache:/root/.cache/restic
|
||||
- ./data/logs:/var/log/
|
||||
- ./hooks:/hooks
|
||||
- ./ignore.txt:/restic_ignore.txt
|
||||
env_file:
|
||||
- .env
|
||||
#entrypoint: tail -f /dev/null
|
||||
restart: unless-stopped
|
|
@ -1 +0,0 @@
|
|||
curl -m 10 --retry 5 $HEALTH_CHECK_URL
|
Loading…
Reference in New Issue