hotfix for telemetry hotfix for profiles config
Build and Deploy to K3s / test (push) Successful in 2m6s
Build and Deploy to K3s / lint (push) Successful in 1m33s
Build and Deploy to K3s / build-and-push (push) Successful in 5m35s
Build and Deploy to K3s / deploy (push) Failing after 8s

This commit is contained in:
2025-11-30 03:34:08 -08:00
parent d3f95b8c52
commit e0535a033b
8 changed files with 378 additions and 228 deletions
+4 -5
View File
@@ -6,11 +6,10 @@ services:
container_name: socktop-webterm
restart: unless-stopped
# Use host network mode for direct access to host network
# This allows the container to reach your Pis on port 8443
# Note: The containerized socktop-agent runs on port 3001 (not 3000)
# to avoid conflicts with any agent running on the host machine
network_mode: "host"
# Standard bridge networking
ports:
- "8082:8082" # Webterm HTTP server
- "3001:3001" # Socktop agent (optional)
volumes:
# Mount configuration files directly to proper locations