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>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user