fix: use npm_default network (actual NPM network name on VPS)
This commit is contained in:
parent
fc5741316f
commit
7b24a7f353
|
|
@ -4,10 +4,10 @@ services:
|
||||||
container_name: humanai-landing
|
container_name: humanai-landing
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- npm_proxy
|
- npm_default
|
||||||
# Port is NOT exposed to host — traffic goes through Nginx Proxy Manager only.
|
# Port is NOT exposed to host — traffic goes through Nginx Proxy Manager only.
|
||||||
# In NPM, proxy host → http://humanai-landing:80
|
# In NPM, proxy host → http://humanai-landing:80
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
npm_proxy:
|
npm_default:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue