show completed tests on calendar

This commit is contained in:
2026-07-15 14:56:40 -04:00
parent 0646daf235
commit 195d2b01ff
4 changed files with 15 additions and 12 deletions
+2 -1
View File
@@ -7,9 +7,10 @@ services:
environment:
HOST_BROWSE_ROOT: ${HOST_BROWSE_ROOT}
HOST_MOUNT_ROOT: /host
DB_PATH: /app/runtime/scheduler.db
volumes:
- ${HOST_BROWSE_ROOT}:/host
- scheduler-db:/app
- scheduler-db:/app/runtime
expose:
- "8000"
restart: unless-stopped