feat: add new container for sperate web interface
Local Docker Build (Dev) / build-dev (push) Successful in 4s

This commit is contained in:
2025-10-22 11:02:10 -04:00
parent 6cc13ce156
commit ef2103f3d5
5 changed files with 4 additions and 134 deletions
+4 -5
View File
@@ -69,14 +69,13 @@ services:
# NFOGuard Web Interface
nfoguard-web:
build:
context: ./nfoguard-web
dockerfile: Dockerfile.web
image: gitea.skalas.org/sbcrumb/nfoguard:latest # Same image as core!
container_name: nfoguard-web
restart: unless-stopped
command: ["python", "nfoguard-web/main_web.py"] # Different entry point
env_file:
- nfoguard-web/.env.web.example
- nfoguard-web/.env.secrets.web.example # Create this file
- .env
- .env.secrets
environment:
- TZ=${TZ:-America/New_York}
- WEB_HOST=0.0.0.0