This commit is contained in:
2025-10-21 23:49:40 +02:00
5 changed files with 89 additions and 1 deletions

View File

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