2026-06-02 17:24:37 +02:00
|
|
|
services:
|
|
|
|
|
humanai-landing:
|
|
|
|
|
build: .
|
|
|
|
|
container_name: humanai-landing
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
networks:
|
2026-06-02 17:25:08 +02:00
|
|
|
- npm_default
|
2026-06-02 17:24:37 +02:00
|
|
|
# Port is NOT exposed to host — traffic goes through Nginx Proxy Manager only.
|
|
|
|
|
# In NPM, proxy host → http://humanai-landing:80
|
|
|
|
|
|
|
|
|
|
networks:
|
2026-06-02 17:25:08 +02:00
|
|
|
npm_default:
|
2026-06-02 17:24:37 +02:00
|
|
|
external: true
|