diff --git a/compose.yml b/compose.yml index 26b3605..9a1c5d8 100644 --- a/compose.yml +++ b/compose.yml @@ -14,6 +14,10 @@ services: ports: - 3000:3000 - 2222:2222 + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" gitea_runner: container_name: gitea_runner @@ -36,6 +40,10 @@ services: - /var/run/docker.sock:/var/run/docker.sock:rw networks: - gitea_network + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" networks: gitea_network: