Compose-Library/dagu.compose.yaml.txt
2025-01-25 18:01:48 +01:00

9 lines
221 B
Text

services:
dagu:
ports:
- ${IP}:${PORT}:8080
volumes:
- ${DATA_DIR}/home:/home/dagu/.config/dagu
- ${DATA_DIR}/share:/home/dagu/.local/share
image: ghcr.io/dagu-org/dagu:latest
networks: {}