Files
tomasz-syn-grzegorza 359afb3a59 Initial import: bare-metal stacks, Server UI, GPU fan, tutorials.
Infrastructure configs for GMKtec K11 (Docker, vLLM, LocalAI, ComfyUI,
control-plane, gpu-fan agent, Server UI with CLI/file explorer/GPU fan curve).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 12:02:04 +00:00

28 lines
714 B
YAML

name: npmplus
services:
npmplus:
image: ${NPMPLUS_IMAGE:-docker.io/zoeyvid/npmplus:latest}
container_name: npmplus
profiles:
- npmplus
restart: unless-stopped
network_mode: host
cap_drop:
- ALL
cap_add:
- NET_BIND_SERVICE
- SETGID
- DAC_OVERRIDE
security_opt:
- no-new-privileges:true
volumes:
- ${DATA_ROOT:-/data}/apps/npmplus:/data
environment:
- TZ=${TZ:-Europe/Warsaw}
- ACME_EMAIL=${ACME_EMAIL}
- INITIAL_ADMIN_EMAIL=${INITIAL_ADMIN_EMAIL:-}
- INITIAL_ADMIN_PASSWORD=${INITIAL_ADMIN_PASSWORD:-}
- NPM_LISTEN_LOCALHOST=${NPM_LISTEN_LOCALHOST:-false}
- DISABLE_IPV6=${DISABLE_IPV6:-false}