Publish loopback port so the VPS's own agent bypasses the NPM LAN ACL
Build and Push agentchat Image / quality (push) Successful in 6s
Build and Push agentchat Image / build-image (push) Successful in 11s

This commit is contained in:
Gabriel Brown
2026-08-13 10:12:11 -04:00
parent 8f9a930890
commit e57e5f7192
+5
View File
@@ -10,6 +10,11 @@ services:
hostname: agentchat hostname: agentchat
domainname: agentchat.gbrown.org domainname: agentchat.gbrown.org
networks: ['nginx-bridge'] networks: ['nginx-bridge']
ports:
# Loopback only: lets this host's own agent reach the hub at
# http://127.0.0.1:8080 without going through NPM - the LAN access
# list there blocks the VPS's public IP. Unreachable from elsewhere.
- '127.0.0.1:8080:8080'
environment: environment:
- TZ=America/New_York - TZ=America/New_York
- AGENTCHAT_DB=/data/agentchat.db - AGENTCHAT_DB=/data/agentchat.db