diff --git a/compose.yml b/compose.yml index 1694e78..04406ce 100755 --- a/compose.yml +++ b/compose.yml @@ -58,6 +58,10 @@ services: luckperms:vtXGoeps signedvelocity:Jp1p9BHR velocitab:TTtLPunq + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" bluemap: image: ghcr.io/bluemap-minecraft/bluemap:v5.7 @@ -84,6 +88,10 @@ services: - bluemap_web:/app/web:rw - bluemap_maps:/app/web/maps:ro - ./bluemap/config:/app/config:ro + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" paper: image: itzg/minecraft-server:2025.3.0-java23 @@ -183,6 +191,10 @@ services: stfu-velocity:Y3nJXOQT vaultunlocked:fC53e1Vr worldedit:4jRlujfz + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" fabric: image: itzg/minecraft-server:2025.3.0-java23 @@ -298,6 +310,10 @@ services: threadtweak:HV6EY0h3 vanilla-permissions:7awQNHzw worldedit:3TQ8W0Ar + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" luckperms: image: postgres:17.4 @@ -329,6 +345,10 @@ services: POSTGRES_USER: luckperms POSTGRES_DB: luckperms PGDATA: /var/lib/postgresql/data/pgdata + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" schematics: image: registry.leaf.home.kappeh.org/kappeh/minecraft_schematics_web:latest @@ -345,6 +365,10 @@ services: ipv4_address: "10.100.1.7" ports: - 25585:80 + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" duplicati: image: duplicati/duplicati:2.2.0.3 @@ -364,6 +388,10 @@ services: - duplicati_data:/data:rw - backups:/source:ro - /mnt/minecraft_server/backups:/dest:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" # Helper for dumping sqlite databases during backups sqlite_helper: @@ -375,6 +403,10 @@ services: - backups:/backups:rw - velocity_data:/velocity_data:ro - paper_data:/paper_data:ro + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" init: image: busybox:1.37.0 @@ -398,6 +430,10 @@ services: - fabric_data:/fabric_data:rw - luckperms_data:/luckperms_data:rw - duplicati_data:/duplicati_data:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" networks: minecraft_server_network: