Files
docker-infrastructure/rackpeek/docker-compose.yaml
T
poprhythm 68f97de1ea 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.
2026-02-14 02:44:59 +00:00

19 lines
407 B
YAML

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