From 5f27f7b8a842536ffda23b28152df456d5abaf0b Mon Sep 17 00:00:00 2001 From: Phil Ruff Date: Tue, 18 Aug 2026 16:48:31 +0100 Subject: [PATCH] chore: rename compose service web to preiweb for observability clarity The generic name 'web' was indistinguishable from other apps' services in shared Grafana/Loki dashboards when running alongside uFawkesObs. Renamed to preiweb so logs and container names are identifiable at a glance in the shared observability stack (compose_service Loki label, container naming). --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a3b7b40b..8a69ba4a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ services: - web: + preiweb: build: context: . dockerfile: Dockerfile