Add RackPeek infrastructure documentation tool

RackPeek is a CLI tool to discover, manage, and document IT infrastructure
and home lab setups. It will help track hardware, services, networks, and
their relationships in a scriptable way.
This commit is contained in:
2026-02-14 02:44:59 +00:00
parent 7ab8533910
commit 68f97de1ea
+18
View File
@@ -0,0 +1,18 @@
services:
rackpeek:
container_name: rackpeek
image: aptacode/rackpeek:latest
ports:
- "8080:8080"
volumes:
- /srv/rackpeek-config:/app/config
environment:
- VIRTUAL_HOST=rackpeek.kolpacksoftware.com
- VIRTUAL_PORT=8080
- LETSENCRYPT_HOST=rackpeek.kolpacksoftware.com
restart: unless-stopped
networks:
default:
external:
name: npm-network