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: {}