2 Commits

Author SHA1 Message Date
8e47a3bc8a Version Bump: v0.1.6 2025-11-07 00:42:52 +00:00
eb0c5e1580 Removed Parameter --today from docker-entrypoint.sh
dont query todays Events and send a Notification if the Container starts the first time.
2025-11-07 00:42:32 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
app:
image: chiko/77th_eventcalendarntfy:v0.1.5
image: chiko/77th_eventcalendarntfy:v0.1.6
build: .
volumes:
- ./data/db:/opt/app/data/db

View File

@@ -35,7 +35,7 @@ for var in "${env_vars[@]}"; do
done
export PATH="/root/.bun/bin:$PATH"
bun run /opt/app/src/app.ts --today
bun run /opt/app/src/app.ts
# Start cron in foreground
exec cron -f

View File

@@ -1,5 +1,5 @@
{
"version": "0.1.5",
"version": "0.1.6",
"name": "77th_eventcalendarnotification",
"module": "./src/app.ts",
"type": "module",