removed Python and the Python Script, added the apprise-api docker container to the Docker-compose to send notificaiton
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user