k8s-pulse/docker-compose.yml

14 lines
297 B
YAML
Raw Normal View History

2026-07-24 11:17:10 +00:00
services:
k8s-pulse:
build:
context: .
dockerfile: Dockerfile
container_name: k8s-pulse
ports:
- "5000:5000"
environment:
- KUBECONFIG=/root/.kube/config
volumes:
- ${KUBECONFIG:-~/.kube/config}:/root/.kube/config:ro
restart: unless-stopped