🔧 Renovate: Pin ghcr.io/dagucloud/dagu Docker tag to 1139f47 #7

Merged
gitea-sonarqube-bot merged 1 commits from renovate/pin-dependencies into main 2026-05-10 18:03:42 -04:00
+4 -4
View File
@@ -19,7 +19,7 @@ services:
# Dagu control-plane: Coordinator (gRPC) for distributed workers
dagu-coordinator:
container_name: dagu-coordinator
image: ghcr.io/dagucloud/dagu:latest
image: ghcr.io/dagucloud/dagu:latest@sha256:1139f47a38974113437739fb23eb72d47809e39e2608024f748e26c0c4e48833
command: ["dagu", "coordinator"]
environment:
# Peer config: insecure by default; set TLS envs if needed
@@ -35,7 +35,7 @@ services:
# Dagu scheduler service (reads DAGs and enqueues runs)
dagu-scheduler:
container_name: dagu-scheduler
image: ghcr.io/dagucloud/dagu:latest
image: ghcr.io/dagucloud/dagu:latest@sha256:1139f47a38974113437739fb23eb72d47809e39e2608024f748e26c0c4e48833
command: ["dagu", "scheduler"]
environment:
- DAGU_COORDINATOR_HOST=dagu-coordinator
@@ -55,7 +55,7 @@ services:
# Dagu web UI / API server
dagu-server:
container_name: dagu-server
image: ghcr.io/dagucloud/dagu:latest
image: ghcr.io/dagucloud/dagu:latest@sha256:1139f47a38974113437739fb23eb72d47809e39e2608024f748e26c0c4e48833
command: ["dagu", "server"]
environment:
DAGU_COORDINATOR_HOST: dagu-coordinator
@@ -82,7 +82,7 @@ services:
# Dagu worker (polls coordinator and executes tasks)
dagu-worker:
container_name: dagu-worker
image: ghcr.io/dagucloud/dagu:latest
image: ghcr.io/dagucloud/dagu:latest@sha256:1139f47a38974113437739fb23eb72d47809e39e2608024f748e26c0c4e48833
command: ["dagu", "worker"]
environment:
DAGU_COORDINATOR_HOST: dagu-coordinator