mirror of
https://github.com/dagu-org/dagu.git
synced 2025-12-28 14:50:19 +00:00
|
|
||
|---|---|---|
| .. | ||
| compose.minimal.yaml | ||
| compose.prod.yaml | ||
| Dockerfile.alpine | ||
| Dockerfile.dev | ||
| otel-collector.yaml | ||
| prometheus.yaml | ||
| README.md | ||
Docker Assets
This directory hosts Docker-centric deployment assets for Dagu.
compose.minimal.yaml– lightweight stack with scheduler, worker, and UI for local experiments.compose.prod.yaml– production-like stack including OpenTelemetry collector and Prometheus.Dockerfile.dev– image for iterative development with build tooling preinstalled.Dockerfile.alpine– minimal Alpine-based image for slim deployments.otel-collector.yaml– default collector configuration used bycompose.prod.yaml.prometheus.yaml– scrape configuration paired with the production-like compose stack.
Run examples from the repository root:
docker compose -f deploy/docker/compose.minimal.yaml up -d