homelab-dashy/docker-compose.yml
2026-01-24 19:26:59 +09:00

23 lines
514 B
YAML

services:
dashy:
image: lissy93/dashy:latest
container_name: dashy
ports:
- "8084:8080"
volumes:
- ./conf.yml:/app/user-data/conf.yml
environment:
- NODE_ENV=production
restart: unless-stopped
glances:
image: nicolargo/glances:latest
container_name: glances
restart: unless-stopped
pid: host
ports:
- "61208:61208"
environment:
- GLANCES_OPT=-w
- TZ=Asia/Tokyo
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro