From c6a09531bcac75f59fb3fa5a7bf05a1ce4a8f7dd Mon Sep 17 00:00:00 2001 From: Kappeh Date: Tue, 21 Apr 2026 18:40:06 +0100 Subject: [PATCH] Disable diun --- compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/compose.yml b/compose.yml index f0bf428..b9e43b9 100755 --- a/compose.yml +++ b/compose.yml @@ -59,7 +59,7 @@ services: signedvelocity:Jp1p9BHR velocitab:9GwaxFti labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest" @@ -89,7 +89,7 @@ services: - bluemap_maps:/app/web/maps:ro - ./bluemap/config:/app/config:ro labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest" @@ -192,7 +192,7 @@ services: vaultunlocked:fC53e1Vr worldedit:4jRlujfz labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest" @@ -346,7 +346,7 @@ services: POSTGRES_DB: luckperms PGDATA: /var/lib/postgresql/data/pgdata labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest" @@ -366,7 +366,7 @@ services: ports: - 25585:80 labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest" @@ -389,7 +389,7 @@ services: - backups:/source:ro - /mnt/minecraft_server/backups:/dest:rw labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest" @@ -404,7 +404,7 @@ services: - velocity_data:/velocity_data:ro - paper_data:/paper_data:ro labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest" @@ -431,7 +431,7 @@ services: - luckperms_data:/luckperms_data:rw - duplicati_data:/duplicati_data:rw labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest"