healthchecks: apprise initial release

Add a docker mod to install apprise in the healthchecks docker image.
This commit is contained in:
Braincoke
2020-05-27 19:36:03 +02:00
parent f4cb91a286
commit 22d97473e1
6 changed files with 47 additions and 67 deletions
+4 -4
View File
@@ -4,16 +4,16 @@ language: shell
branches:
only:
- <baseimagename>-<modname> #replace variables, omit brackets
- healthchecks-apprise
services:
- docker
env:
global:
- DOCKERHUB="linuxserver/mods" #don't modify
- BASEIMAGE="baseimagename" #replace
- MODNAME="modname" #replace
- DOCKERHUB="linuxserver/mods"
- BASEIMAGE="healthchecks"
- MODNAME="apprise"
jobs:
include: