From 55034890970699497bdd9dbaffcae2eebff809b0 Mon Sep 17 00:00:00 2001 From: Serge NOEL Date: Thu, 13 Aug 2026 14:27:25 +0200 Subject: [PATCH] Ajout tags arcane --- Sonar/compose.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Sonar/compose.yaml b/Sonar/compose.yaml index 684b4d9..b998319 100644 --- a/Sonar/compose.yaml +++ b/Sonar/compose.yaml @@ -19,4 +19,9 @@ services: - POSTGRES_HOST_AUTH_METHOD=scram-sha-256 - POSTGRES_INITDB_ARGS=--auth-host=scram-sha-256 volumes: - - /data/db/postgresql_data:/var/lib/postgresql/data \ No newline at end of file + - /data/db/postgresql_data:/var/lib/postgresql/data + +x-arcane: + tags: + - name: database + color: purple \ No newline at end of file