Remove glances from metrics stack

This commit is contained in:
Fern Garden 2025-07-05 22:13:26 +08:00
parent 5baa893a3b
commit cb8df35e99

View file

@ -16,19 +16,6 @@ services:
- metrics
restart: unless-stopped
glances:
image: nicolargo/glances:latest
container_name: glances
environment:
- "GLANCES_OPT=-w"
ports:
- '61208:61208'
networks:
- default
- metrics
restart: always
pid: host
networks:
default:
metrics: