fix: use npm_default network (actual NPM network name on VPS)

This commit is contained in:
Oskar Kapala 2026-06-02 17:25:08 +02:00
parent fc5741316f
commit 7b24a7f353

View file

@ -4,10 +4,10 @@ services:
container_name: humanai-landing
restart: unless-stopped
networks:
- npm_proxy
- npm_default
# Port is NOT exposed to host — traffic goes through Nginx Proxy Manager only.
# In NPM, proxy host → http://humanai-landing:80
networks:
npm_proxy:
npm_default:
external: true