update settings page, move admin-panel to tailwind/daisy

This commit is contained in:
Evan Jarrett
2026-02-06 11:23:12 -06:00
parent 834bb8d36c
commit ef0161fb0e
49 changed files with 1690 additions and 1585 deletions
+3 -3
View File
@@ -31,7 +31,7 @@ services:
networks:
- atcr-network
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:2019/metrics"]
test: ["CMD", "caddy", "validate", "--config", "/etc/caddy/Caddyfile"]
interval: 30s
timeout: 10s
retries: 3
@@ -73,7 +73,7 @@ services:
networks:
- atcr-network
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5000/v2/"]
test: ["CMD", "/healthcheck", "http://localhost:5000/health"]
interval: 30s
timeout: 10s
retries: 3
@@ -117,7 +117,7 @@ services:
networks:
- atcr-network
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health"]
test: ["CMD", "/healthcheck", "http://localhost:8080/xrpc/_health"]
interval: 30s
timeout: 10s
retries: 3