build auth modal

This commit is contained in:
2026-03-28 01:23:53 -05:00
parent 3761e2cf52
commit 2c128a404e
12 changed files with 360 additions and 41 deletions

View File

@@ -13,6 +13,8 @@ services:
PORT: "3000"
DATA_DIR: /data
PUBLIC_URL: ${PUBLIC_URL:-http://localhost:3000}
ADMIN_USER: ${ADMIN_USER:-admin}
ADMIN_PASS: ${ADMIN_PASS:-changeme}
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3000/api/tags"]
interval: 30s