Sign inSign up

casjaysdevdocker/apprise

By casjaysdevdocker

•Updated 5 months ago

Container for apprise

Image
0

840

casjaysdevdocker/apprise repository overview

ā šŸ‘‹ Welcome to apprise šŸš€

apprise README

⁠Install my system scripts

 sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
 sudo systemmgr --config && sudo systemmgr install scripts  

⁠Automatic install/update

dockermgr update apprise

⁠Install and run container

mkdir -p "$HOME/.local/share/srv/docker/apprise/rootfs"
git clone "https://github.com/dockermgr/apprise" "$HOME/.local/share/CasjaysDev/dockermgr/apprise"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/apprise/rootfs/." "$HOME/.local/share/srv/docker/apprise/rootfs/"
docker run -d \
--restart always \
--privileged \
--name casjaysdevdocker-apprise \
--hostname apprise \
-e TZ=${TIMEZONE:-America/New_York} \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-apprise/rootfs/data:/data:z" \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-apprise/rootfs/config:/config:z" \
-p 80:80 \
casjaysdevdocker/apprise:latest

⁠via docker-compose

version: "2"
services:
  ProjectName:
    image: casjaysdevdocker/apprise
    container_name: casjaysdevdocker-apprise
    environment:
      - TZ=America/New_York
      - HOSTNAME=apprise
    volumes:
      - "$HOME/.local/share/srv/docker/casjaysdevdocker-apprise/rootfs/data:/data:z"
      - "$HOME/.local/share/srv/docker/casjaysdevdocker-apprise/rootfs/config:/config:z"
    ports:
      - 80:80
    restart: always

⁠Get source files

dockermgr download src casjaysdevdocker/apprise

OR

git clone "https://github.com/casjaysdevdocker/apprise" "$HOME/Projects/github/casjaysdevdocker/apprise"

⁠Build container

cd "$HOME/Projects/github/casjaysdevdocker/apprise"
buildx 

⁠Authors

šŸ¤– casjay: Github⁠ šŸ¤–
⛵ casjaysdevdocker: Github⁠ Docker⁠ ⛵

Tag summary

Content type

Image

Digest

sha256:f923f8a72…

Size

75.9 MB

Last updated

5 months ago

docker pull casjaysdevdocker/apprise