Auto Merge of PR 7 - renovate/pin-dependencies

Merged by renovate-bot
This commit was merged in pull request #7.
This commit is contained in:
2026-05-10 18:03:36 -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