gethumanai-landing/docker-compose.yml

14 lines
325 B
YAML
Raw Normal View History

services:
humanai-landing:
build: .
container_name: humanai-landing
restart: unless-stopped
networks:
- 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_default:
external: true