feat: update Dockerfile and docker-compose files for improved debugging and consistency; refactor Login and Setup components for setup status handling

This commit is contained in:
Wikid82
2025-11-20 00:58:35 -05:00
parent 0e64e96ffb
commit 8420bcaad9
7 changed files with 55 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ version: '3.9'
services:
app:
image: ghcr.io/wikid82/caddyproxymanagerplus:dev
image: ghcr.io/wikid82/cpmp:dev
# Development: expose Caddy admin API externally for debugging
ports:
- "80:80"