2026-06-02 17:24:37 +02:00
|
|
|
services:
|
|
|
|
|
humanai-landing:
|
|
|
|
|
build: .
|
|
|
|
|
container_name: humanai-landing
|
|
|
|
|
restart: unless-stopped
|
2026-06-02 21:48:34 +02:00
|
|
|
ports:
|
|
|
|
|
- "8080:80"
|
2026-06-02 17:24:37 +02:00
|
|
|
networks:
|
2026-06-02 17:25:08 +02:00
|
|
|
- npm_default
|
2026-06-02 21:48:34 +02:00
|
|
|
# NPM reaches this container by name: http://humanai-landing:80
|
|
|
|
|
# Port 8080 is also exposed on the host for direct access / health checks.
|
2026-06-02 17:24:37 +02:00
|
|
|
|
|
|
|
|
networks:
|
2026-06-02 17:25:08 +02:00
|
|
|
npm_default:
|
2026-06-02 17:24:37 +02:00
|
|
|
external: true
|