14 lines
321 B
YAML
14 lines
321 B
YAML
|
|
services:
|
||
|
|
humanai-landing:
|
||
|
|
build: .
|
||
|
|
container_name: humanai-landing
|
||
|
|
restart: unless-stopped
|
||
|
|
networks:
|
||
|
|
- npm_proxy
|
||
|
|
# Port is NOT exposed to host — traffic goes through Nginx Proxy Manager only.
|
||
|
|
# In NPM, proxy host → http://humanai-landing:80
|
||
|
|
|
||
|
|
networks:
|
||
|
|
npm_proxy:
|
||
|
|
external: true
|