Some Cleanup and minor Changes

This commit is contained in:
2025-10-24 02:48:00 +02:00
parent f648952fa9
commit b035c9475d
3 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
services:
app:
image: chiko/77th_eventcalendarntfy:dev
build: .
volumes:
- ./data/db:/opt/app/data/db
@@ -12,7 +13,7 @@ services:
links:
- apprise
apprise:
image: caronc/apprise:latest
image: caronc/apprise:1.2.2
hostname: apprise
environment:
- APPRISE_WORKER_COUNT=1
@@ -29,8 +30,4 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:8000/status"]
interval: 5s
timeout: 3s
retries: 5
# networks:
# default:
# external: true
# name: npm
retries: 5