+ apprise (audiobookshelf notifications to ntfy)
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 10s Details

This commit is contained in:
Chase 2024-03-20 23:03:54 +00:00
parent c263544510
commit acd288822d
1 changed files with 12 additions and 0 deletions

View File

@ -965,3 +965,15 @@ services:
- '25015:25015/tcp'
restart: unless-stopped
container_name: cod4-sd
apprise:
image: 'caronc/apprise:latest'
environment:
- APPRISE_WORKER_COUNT=1
volumes:
- '/dockerData/apprise/attach:/attach'
- '/dockerData/apprise/plugin:/plugin'
- '/dockerData/apprise/config:/config'
restart: unless-stopped
ports:
- '2040:8000'
container_name: apprise