removed Python and the Python Script, added the apprise-api docker container to the Docker-compose to send notificaiton

This commit is contained in:
2025-10-21 23:34:50 +02:00
parent 8c5d6de5a4
commit 1729332373
12 changed files with 125 additions and 94 deletions

View File

@@ -3,6 +3,7 @@ services:
build: .
volumes:
- ./data/db:/opt/app/data/db
- ./data/app/log:/var/log
env_file:
- path: ./.env
required: true
@@ -23,12 +24,12 @@ services:
- ./data/apprise/config:/config
- ./data/apprise/plugin:/plugin
- ./data/apprise/attach:/attach
ports:
- 8000:8000
# ports:
#- 8880:8000
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/status"]
interval: 30s
timeout: 10s
interval: 10s
timeout: 5s
retries: 5
# networks:
# default: