fix-docker #1

Merged
chiko merged 12 commits from fix-docker into main 2025-10-21 00:52:32 +00:00
Showing only changes of commit 5f735dce6a - Show all commits

View File

@@ -4,6 +4,9 @@ services:
volumes:
- ./data/db:/opt/app/data/db
depends_on:
apprise:
condition: service_healthy
links:
- apprise
apprise:
image: caronc/apprise:latest
@@ -19,7 +22,12 @@ services:
- ./data/apprise/attach:/attach
ports:
- 8000:8000
networks:
default:
external: true
name: npm
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/status"]
interval: 30s
timeout: 10s
retries: 5
# networks:
# default:
# external: true
# name: npm