added some database maintenance functions and a page

This commit is contained in:
2025-04-07 12:54:14 -04:00
parent 0e1968fd5e
commit 32ad2fd115
10 changed files with 306 additions and 77 deletions

View File

@@ -43,7 +43,7 @@ services:
image: adminer
restart: unless-stopped
ports:
- "8081:8080" # Access at http://localhost:8081
- "8081:8080"
app:
build:
context: ./app